summaryrefslogtreecommitdiff
path: root/create_prediction_models.rb
diff options
context:
space:
mode:
Diffstat (limited to 'create_prediction_models.rb')
-rw-r--r--create_prediction_models.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/create_prediction_models.rb b/create_prediction_models.rb
index 900bf0c..9cecbb2 100644
--- a/create_prediction_models.rb
+++ b/create_prediction_models.rb
@@ -8,7 +8,7 @@ $gridfs = $mongo.database.fs # recreate GridFS indexes
=begin
# classification models
Dir["classification/*csv"].each do |file|
- if file.match(/hamster/)
+ unless file.match(/hamster/)
Model::Validation.from_csv_file file
end
end