Skip to content

Commit

Permalink
temporal
Browse files Browse the repository at this point in the history
  • Loading branch information
leostre committed May 15, 2024
1 parent d9ac125 commit 30bc2b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fedot_ind/core/repository/model_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@ class AtomizedModel(Enum):
'stl_arima': STLForecastARIMAImplementation,
'ets': ExpSmoothingImplementation,
'cgru': CGRUImplementation,
'glm': GLMIndustrial
'glm': GLMIndustrial,
# variational
'deepar_model': DeepAR,
}

FORECASTING_PREPROC = {
Expand Down

0 comments on commit 30bc2b3

Please sign in to comment.