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 8e6cfe9 commit 780c9f9Copy full SHA for 780c9f9
1 file changed
src/main.py
@@ -280,7 +280,7 @@ def download_pickles(report_order):
280
storage=os.getenv(
281
"DB_URI", "sqlite:///db.sqlite3"
282
), # Specify the storage URL here.
283
- study_name=f"ASReview2_0b4-{CLASSIFIER_TYPE}-{FEATURE_EXTRACTOR_TYPE}-{STUDY_SET}-{VERSION}-no-empty-abstracts",
+ study_name=f"ASReview2_0rc3-{CLASSIFIER_TYPE}-{FEATURE_EXTRACTOR_TYPE}-{STUDY_SET}-{VERSION}-no-empty-abstracts",
284
direction="minimize" if METRIC == "loss" else "maximize",
285
sampler=sampler,
286
load_if_exists=True,
0 commit comments