functime-org / functime

Time-series machine learning at scale. Built with Polars for embarrassingly parallel feature extraction and forecasts on panel data.

Home Page:https://docs.functime.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better decoupling from flaml

baggiponte opened this issue · comments

We should be installing flaml[automl] instead. Since it depends on pandas and some other libraries, it should be made a separate dependency group. However this requires quite a lot of refactoring:

  1. Not straightforward:
    class FLAMLRegressor:
    1. Requires moving this forecaster somewhere else:
      class flaml_lightgbm(Forecaster):
  2. Easy:
    from flaml import tune