diff --git a/fedot/core/operations/evaluation/time_series.py b/fedot/core/operations/evaluation/time_series.py index 26d978ac0e..e0814767fb 100644 --- a/fedot/core/operations/evaluation/time_series.py +++ b/fedot/core/operations/evaluation/time_series.py @@ -34,9 +34,9 @@ class FedotTsForecastingStrategy(EvaluationStrategy): """ __operations_by_types = { - 'arima': ARIMAImplementation, - 'ar': AutoRegImplementation, - 'stl_arima': STLForecastARIMAImplementation, + # 'arima': ARIMAImplementation, + # 'ar': AutoRegImplementation, + # 'stl_arima': STLForecastARIMAImplementation, 'ets': ExpSmoothingImplementation, 'cgru': CGRUImplementation, 'polyfit': PolyfitImplementation,