Skip to content

Commit

Permalink
Switch off ARIMA models
Browse files Browse the repository at this point in the history
  • Loading branch information
kasyanovse committed Aug 4, 2023
1 parent 1154746 commit 4e47f18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fedot/core/operations/evaluation/time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4e47f18

Please sign in to comment.