Progettare pipeline di forecasting per la produzione
Rami Krispin
Senior Manager, Data Science and Engineering
mlflow ui








Valutazione del modello
Possibili miglioramenti

Ottimizzazione del modello
Possibili miglioramenti



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),
}


Progettare pipeline di forecasting per la produzione