Forecasting-pijplijnen ontwerpen voor productie
Rami Krispin
Senior Manager, Data Science and Engineering
mlflow ui








Modelbeoordeling
Mogelijke verbeteringen

Modeloptimalisatie
Mogelijke verbeteringen



ml_models2 = {
"lightGBM1": LGBMRegressor(n_estimators = 100, learning_rate= 0.1),
"lightGBM2": LGBMRegressor(n_estimators = 250, learning_rate= 0.1),
"lightGBM3": LGBMRegressor(n_estimators = 500, learning_rate= 0.1),
"lightGBM4": LGBMRegressor(n_estimators = 100, learning_rate= 0.05),
"lightGBM5": LGBMRegressor(n_estimators = 250, learning_rate= 0.05),
"lightGBM6": LGBMRegressor(n_estimators = 500, learning_rate= 0.05),
}


Forecasting-pijplijnen ontwerpen voor productie