Skip to main content

source

AutoRandomForest

Structure to hold a model and its search space
source

AutoElasticNet

Structure to hold a model and its search space
source

AutoLasso

Structure to hold a model and its search space
source

AutoRidge

Structure to hold a model and its search space
source

AutoLinearRegression

Structure to hold a model and its search space
source

AutoCatboost

Structure to hold a model and its search space
source

AutoXGBoost

Structure to hold a model and its search space
source

AutoLightGBM

Structure to hold a model and its search space
source

random_forest_space


source

elastic_net_space


source

lasso_space


source

ridge_space


source

linear_regression_space


source

catboost_space


source

xgboost_space


source

lightgbm_space


source

AutoModel

Structure to hold a model and its search space
source

AutoMLForecast

Hyperparameter optimization helper
source

AutoMLForecast.fit

Carry out the optimization process. Each model is optimized independently and the best one is trained on all data
source

AutoMLForecast.predict

β€œCompute forecasts
source

AutoMLForecast.save

Save AutoMLForecast objects
source

AutoMLForecast.forecast_fitted_values

Access in-sample predictions.