summaryrefslogtreecommitdiff
path: root/algorithms
diff options
context:
space:
mode:
Diffstat (limited to 'algorithms')
-rwxr-xr-xalgorithms/log_reg_sgd.rb2
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'