Skip to content

Commit

Permalink
add default lag_transforms and some enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Apr 4, 2024
1 parent cef9f26 commit e56a82f
Show file tree
Hide file tree
Showing 8 changed files with 570 additions and 321 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,5 @@ index_files
_docs
nbs/docs/**/*.xls*
nbs/_extensions
catboost_info
*.pkl
20 changes: 11 additions & 9 deletions mlforecast/_modidx.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@
'lib_path': 'mlforecast'},
'syms': { 'mlforecast.auto': { 'mlforecast.auto.AutoMLForecast': ('auto.html#automlforecast', 'mlforecast/auto.py'),
'mlforecast.auto.AutoMLForecast.__init__': ('auto.html#automlforecast.__init__', 'mlforecast/auto.py'),
'mlforecast.auto.AutoMLForecast._seasonality_based_config': ( 'auto.html#automlforecast._seasonality_based_config',
'mlforecast/auto.py'),
'mlforecast.auto.AutoMLForecast.fit': ('auto.html#automlforecast.fit', 'mlforecast/auto.py'),
'mlforecast.auto.AutoMLForecast.predict': ('auto.html#automlforecast.predict', 'mlforecast/auto.py'),
'mlforecast.auto._catboost_space': ('auto.html#_catboost_space', 'mlforecast/auto.py'),
'mlforecast.auto._elasticnet_space': ('auto.html#_elasticnet_space', 'mlforecast/auto.py'),
'mlforecast.auto._lasso_space': ('auto.html#_lasso_space', 'mlforecast/auto.py'),
'mlforecast.auto._lightgbm_space': ('auto.html#_lightgbm_space', 'mlforecast/auto.py'),
'mlforecast.auto._linear_regression_space': ('auto.html#_linear_regression_space', 'mlforecast/auto.py'),
'mlforecast.auto._random_forest_space': ('auto.html#_random_forest_space', 'mlforecast/auto.py'),
'mlforecast.auto._ridge_space': ('auto.html#_ridge_space', 'mlforecast/auto.py'),
'mlforecast.auto._seasonality_based_config': ('auto.html#_seasonality_based_config', 'mlforecast/auto.py'),
'mlforecast.auto._xgboost_space': ('auto.html#_xgboost_space', 'mlforecast/auto.py')},
'mlforecast.auto.AutoMLForecast.save': ('auto.html#automlforecast.save', 'mlforecast/auto.py'),
'mlforecast.auto.catboost_space': ('auto.html#catboost_space', 'mlforecast/auto.py'),
'mlforecast.auto.elasticnet_space': ('auto.html#elasticnet_space', 'mlforecast/auto.py'),
'mlforecast.auto.lasso_space': ('auto.html#lasso_space', 'mlforecast/auto.py'),
'mlforecast.auto.lightgbm_space': ('auto.html#lightgbm_space', 'mlforecast/auto.py'),
'mlforecast.auto.linear_regression_space': ('auto.html#linear_regression_space', 'mlforecast/auto.py'),
'mlforecast.auto.random_forest_space': ('auto.html#random_forest_space', 'mlforecast/auto.py'),
'mlforecast.auto.ridge_space': ('auto.html#ridge_space', 'mlforecast/auto.py'),
'mlforecast.auto.xgboost_space': ('auto.html#xgboost_space', 'mlforecast/auto.py')},
'mlforecast.callbacks': { 'mlforecast.callbacks.SaveFeatures': ('callbacks.html#savefeatures', 'mlforecast/callbacks.py'),
'mlforecast.callbacks.SaveFeatures.__call__': ( 'callbacks.html#savefeatures.__call__',
'mlforecast/callbacks.py'),
Expand Down
Loading

0 comments on commit e56a82f

Please sign in to comment.