summaryrefslogtreecommitdiff
path: root/feature_selection.rb
diff options
context:
space:
mode:
Diffstat (limited to 'feature_selection.rb')
-rw-r--r--feature_selection.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/feature_selection.rb b/feature_selection.rb
index 556ccf8..469fa87 100644
--- a/feature_selection.rb
+++ b/feature_selection.rb
@@ -1,6 +1,6 @@
-# Get list of feature_selection algorithms
+# Get list of feature selection algorithms
#
-# @return [text/uri-list] URIs of feature_selection algorithms
+# @return [text/uri-list] URIs of feature selection algorithms
get '/feature_selection/?' do
list = [ url_for('/feature_selection/rfe', :full) ].join("\n") + "\n"
case request.env['HTTP_ACCEPT']