diff options
Diffstat (limited to 'algorithms')
-rwxr-xr-x | algorithms/log_reg_sgd.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/algorithms/log_reg_sgd.rb b/algorithms/log_reg_sgd.rb index 16a48e2..0e59eba 100755 --- a/algorithms/log_reg_sgd.rb +++ b/algorithms/log_reg_sgd.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -require 'nlp_ruby' +require 'zipf' require 'trollop' |