Skip to content

Commit

Permalink
Automated autopep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autopep8 bot committed Jan 22, 2025
1 parent 9932910 commit 789723a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
metric_list=METRIC_NAMES).eval(dataset=DATASET_NAME,
initial_assumption=node_list,
finetune=False)
print(f'Approach: {approach}. Metrics: {result_dict["metrics"]}')
print(f'Approach: {approach}. Metrics: {result_dict["metrics"]}')
4 changes: 2 additions & 2 deletions fedot_ind/core/repository/config_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class AutomlLearningConfigConstant(Enum):
class AutomlConfigConstant(Enum):
DEFAULT_SUBCONFIG = {'use_automl': True,
'optimisation_strategy': {'optimisation_strategy':
{'mutation_agent': 'random',
'mutation_strategy': 'growth_mutation_strategy'},
{'mutation_agent': 'random',
'mutation_strategy': 'growth_mutation_strategy'},
'optimisation_agent': 'Industrial'}}
DEFAULT_CLF_AUTOML_CONFIG = {'task': 'classification', **DEFAULT_SUBCONFIG}
DEFAULT_REG_AUTOML_CONFIG = {'task': 'regression', **DEFAULT_SUBCONFIG}
Expand Down

0 comments on commit 789723a

Please sign in to comment.