pyronear / pyro-risks

Data science for wildfire risk forecasting and monitoring
https://pyronear.github.io/pyro-risks
Apache License 2.0
25 stars 8 forks source link

[models] Add LightGBM classification pipeline #47

Closed jsakv closed 7 months ago

jsakv commented 3 years ago

Motivation

So far we have only implemented two training pipelines (XGBoost and Random Forest), but I think we should explore different algorithms and modeling strategies!

🚀 Feature

✨ LightGBM pipeline ✨

Design Proposal

In order to comply with the pyro_risks project the LightGBM scoring pipeline should:

keeping up with updates mentioned in the issue #46 would require to:

Additional context

Acruve15 commented 1 year ago

@dataJSA is this still needed? If it is, I can work on it :)