Skip to content

Commit

Permalink
set dataset to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
timovdk committed Jan 23, 2025
1 parent 29a7d5b commit 433dbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asreview2-optuna/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Study variables
VERSION = 1
STUDY_SET = "full"
STUDY_SET = "demo"
PICKLE_FOLDER_PATH = Path("synergy-dataset", "pickles")
CLASSIFIER_TYPE = "rf" # Options: "nb", "log", "svm", "rf"
FEATURE_EXTRACTOR_TYPE = "tfidf" # Options: "tfidf", "onehot"
Expand Down

0 comments on commit 433dbee

Please sign in to comment.