Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/industrial_release_0.5' into ind…
Browse files Browse the repository at this point in the history
…ustrial_release_0.5
  • Loading branch information
Lopa10ko committed Feb 4, 2025
2 parents 78a4d93 + 58aba05 commit 6af76d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_fedot_automl_strategy_fit_predict(task):
params = OperationParameters(problem=task, timeout=0.1, n_jobs=1)
if task == 'classification':
strategy = FedotAutoMLClassificationStrategy(operation_type='fedot_cls', params=params)
elif task == 'regression':
elif task == 'regression':
strategy = FedotAutoMLRegressionStrategy(operation_type='fedot_regr', params=params)
else:
return
Expand Down

0 comments on commit 6af76d1

Please sign in to comment.