Skip to content

Commit

Permalink
return with_tuning=True in default
Browse files Browse the repository at this point in the history
  • Loading branch information
valer1435 committed Sep 26, 2023
1 parent ceb2d2a commit 3c7e64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedot/api/api_utils/api_params_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def default_params_for_task(task_type: TaskTypesEnum) -> dict:
cache_dir=default_fedot_data_dir(),
keep_history=True,
history_dir=default_fedot_data_dir(),
with_tuning=False
with_tuning=True
)
return default_param_values_dict

Expand Down

0 comments on commit 3c7e64e

Please sign in to comment.