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 3754aaa commit 235062dCopy full SHA for 235062d
example/example_holdout.py
@@ -31,7 +31,7 @@ def main():
31
automl = autosklearn.classification.AutoSklearnClassifier(
32
time_left_for_this_task=120, per_run_time_limit=30,
33
tmp_folder='/tmp/autoslearn_holdout_example_tmp',
34
- output_folder='/tmp/autosklearn_holdout_example_out',
+ output_folder='/tmp/autosklearn_holdout_example_out')
35
automl.fit(X_train, y_train, dataset_name='digits')
36
37
# Print the best models together with their scores - if all scores are
0 commit comments