summaryrefslogtreecommitdiff
path: root/algorithms/log_reg_sgd.rb
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-06-16 17:50:31 +0200
committerPatrick Simianer <p@simianer.de>2014-06-16 17:50:31 +0200
commit5feae204ca981384ea4902ee8d5859f37cbfdca5 (patch)
treee83ea9e197c1df9674bef5756d3713bd63725414 /algorithms/log_reg_sgd.rb
parentd89906cc14f707596f10196648327f4745a8f3b9 (diff)
nlp_ruby -> zipf
Diffstat (limited to 'algorithms/log_reg_sgd.rb')
-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'