From eef1ef644f92587b8f3adf23f9da98d5582fc14c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Morales?= Date: Mon, 29 Jul 2024 10:36:03 -0600 Subject: [PATCH] pin nbdev --- .github/workflows/lint.yaml | 2 +- mlforecast/_modidx.py | 39 ++++++++++++++++++++++++++++++++++++- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 07847027..c1c8373c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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/* diff --git a/mlforecast/_modidx.py b/mlforecast/_modidx.py index 36e451c0..cc6055ec 100644 --- a/mlforecast/_modidx.py +++ b/mlforecast/_modidx.py @@ -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'),