Thiết kế Pipeline Dự báo cho Môi trường Production
Rami Krispin
Senior Manager, Data Science and Engineering
mlflow ui








Đánh giá mô hình
Hướng cải thiện

Tối ưu mô hình
Hướng cải thiện



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


Thiết kế Pipeline Dự báo cho Môi trường Production