Skip to content

Commit 49d261c

Browse files
Update regression-example-ames-no-preproc-val-set.py
Syntax
1 parent 5a6b6f6 commit 49d261c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression-example-ames-no-preproc-val-set.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
.replace('T', '_')\
2727
.replace(':', '_')\
2828
.replace('-', '_')
29-
PROJECT_NAME = f'{TIME}_cerebros_auto_ml_test-{META_TRIAL_NUMBER }'
30-
PROJECT_NAME = f"{PROJECT_NAME}_meta_{meta_trial_number}"
29+
PROJECT_NAME = f'{TIME}_cerebros_auto_ml_test'
30+
PROJECT_NAME = f"{PROJECT_NAME}-meta-{META_TRIAL_NUMBER}"
3131

3232
def hash_a_row(row):
3333
"""casts a row of a Pandas DataFrame as a String, hashes it, and casts it

0 commit comments

Comments
 (0)