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 e078d99 commit 20a33dfCopy full SHA for 20a33df
regression-example-ames-no-preproc.py
@@ -125,7 +125,7 @@
125
print(best_model_found.summary())
126
127
# Validate that purge_model_storage is NOT active by default
128
-model_storage_path = f"{PROJECT_MAME}/models"
+model_storage_path = f"{PROJECT_NAME}/models"
129
assert exists(model_storage_path)
130
num_items = len(listdir(model_storage_path))
131
print(f"There are {num_items} in {model_storage_path}")
0 commit comments