Skip to content

Commit 235062d

Browse files
committed
FIX syntax error in example
1 parent 3754aaa commit 235062d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/example_holdout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def main():
3131
automl = autosklearn.classification.AutoSklearnClassifier(
3232
time_left_for_this_task=120, per_run_time_limit=30,
3333
tmp_folder='/tmp/autoslearn_holdout_example_tmp',
34-
output_folder='/tmp/autosklearn_holdout_example_out',
34+
output_folder='/tmp/autosklearn_holdout_example_out')
3535
automl.fit(X_train, y_train, dataset_name='digits')
3636

3737
# Print the best models together with their scores - if all scores are

0 commit comments

Comments
 (0)