Skip to content

Commit

Permalink
pin nbdev
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Jul 29, 2024
1 parent c897fd4 commit eef1ef6
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: 'pip'

- name: Install dependencies
run: pip install black nbdev pre-commit
run: pip install black 'nbdev<2.3.26' pre-commit

- name: Run pre-commit
run: pre-commit run --files mlforecast/*
39 changes: 38 additions & 1 deletion mlforecast/_modidx.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,44 @@
'doc_host': 'https://Nixtla.github.io',
'git_url': 'https://github.com/Nixtla/mlforecast',
'lib_path': 'mlforecast'},
'syms': { 'mlforecast.auto': {},
'syms': { 'mlforecast.auto': { 'mlforecast.auto.AutoCatboost': ('auto.html#autocatboost', 'mlforecast/auto.py'),
'mlforecast.auto.AutoCatboost.__init__': ('auto.html#autocatboost.__init__', 'mlforecast/auto.py'),
'mlforecast.auto.AutoElasticNet': ('auto.html#autoelasticnet', 'mlforecast/auto.py'),
'mlforecast.auto.AutoElasticNet.__init__': ('auto.html#autoelasticnet.__init__', 'mlforecast/auto.py'),
'mlforecast.auto.AutoLasso': ('auto.html#autolasso', 'mlforecast/auto.py'),
'mlforecast.auto.AutoLasso.__init__': ('auto.html#autolasso.__init__', 'mlforecast/auto.py'),
'mlforecast.auto.AutoLightGBM': ('auto.html#autolightgbm', 'mlforecast/auto.py'),
'mlforecast.auto.AutoLightGBM.__init__': ('auto.html#autolightgbm.__init__', 'mlforecast/auto.py'),
'mlforecast.auto.AutoLinearRegression': ('auto.html#autolinearregression', 'mlforecast/auto.py'),
'mlforecast.auto.AutoLinearRegression.__init__': ( 'auto.html#autolinearregression.__init__',
'mlforecast/auto.py'),
'mlforecast.auto.AutoMLForecast': ('auto.html#automlforecast', 'mlforecast/auto.py'),
'mlforecast.auto.AutoMLForecast.__init__': ('auto.html#automlforecast.__init__', 'mlforecast/auto.py'),
'mlforecast.auto.AutoMLForecast.__repr__': ('auto.html#automlforecast.__repr__', '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.forecast_fitted_values': ( 'auto.html#automlforecast.forecast_fitted_values',
'mlforecast/auto.py'),
'mlforecast.auto.AutoMLForecast.predict': ('auto.html#automlforecast.predict', 'mlforecast/auto.py'),
'mlforecast.auto.AutoMLForecast.save': ('auto.html#automlforecast.save', 'mlforecast/auto.py'),
'mlforecast.auto.AutoModel': ('auto.html#automodel', 'mlforecast/auto.py'),
'mlforecast.auto.AutoModel.__init__': ('auto.html#automodel.__init__', 'mlforecast/auto.py'),
'mlforecast.auto.AutoModel.__repr__': ('auto.html#automodel.__repr__', 'mlforecast/auto.py'),
'mlforecast.auto.AutoRandomForest': ('auto.html#autorandomforest', 'mlforecast/auto.py'),
'mlforecast.auto.AutoRandomForest.__init__': ('auto.html#autorandomforest.__init__', 'mlforecast/auto.py'),
'mlforecast.auto.AutoRidge': ('auto.html#autoridge', 'mlforecast/auto.py'),
'mlforecast.auto.AutoRidge.__init__': ('auto.html#autoridge.__init__', 'mlforecast/auto.py'),
'mlforecast.auto.AutoXGBoost': ('auto.html#autoxgboost', 'mlforecast/auto.py'),
'mlforecast.auto.AutoXGBoost.__init__': ('auto.html#autoxgboost.__init__', 'mlforecast/auto.py'),
'mlforecast.auto.catboost_space': ('auto.html#catboost_space', 'mlforecast/auto.py'),
'mlforecast.auto.elastic_net_space': ('auto.html#elastic_net_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

0 comments on commit eef1ef6

Please sign in to comment.