We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6361eea commit d6ad0d1Copy full SHA for d6ad0d1
1 file changed
src/main.py
@@ -20,7 +20,7 @@
20
from feature_extractors import feature_extractor_params, feature_extractors
21
22
# Study variables
23
-VERSION = 9
+VERSION = 1
24
METRIC = "loss" # Options: "loss", "ndcg"
25
STUDY_SET = "full"
26
CLASSIFIER_TYPE = "svm" # Options: "nb", "log", "svm", "rf"
0 commit comments