functime-org / functime

Time-series machine learning at scale. Built with Polars for embarrassingly parallel feature extraction and forecasts on panel data.
https://docs.functime.ai
Apache License 2.0
971 stars 52 forks source link

Support for custom objective in lightgbm and xgboost #178

Open pcgm-team opened 4 months ago

pcgm-team commented 4 months ago

This is already supported in FLAML. See here: https://microsoft.github.io/FLAML/docs/Examples/AutoML-for-LightGBM

baggiponte commented 3 months ago

Ciao @pcgm-team, sorry for being so late, really been busy with work. Will look at this later. I did not implement the FLAML code, so I should invoke @topher-lo. Can you make an example of a custom objective, is it a custom loss to train the model on?