something like ```mlf = MLForecast( models = [...
# random
s
something like
Copy code
mlf = MLForecast(
    models = [LinearRegression(), lgb.LGBMRegressor(),AutoARIMA(),NBEATS()],
    lags=[1, 12],(
)
mlf.fit(df)
mlf.predict(12)
m
Sadly this is still not possible. However, here is a way to combine them: https://nixtla.github.io/statsforecast/docs/tutorials/statisticalneuralmethods.html
s
That is a super useful ! thanks for your work..I think I might juts switch from darts 😉 ..really like the prediction interval with CP.
m
Woop woop! Please tell us if we can help anymore