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
1.02k stars 55 forks source link

[DOCS] Missing import in forecasting tutorial #85

Closed baggiponte closed 11 months ago

baggiponte commented 11 months ago

There's a wrong import in the feature transform section of the forecasting tutorial:

from functime.forecasting import linear_model
from functime.feature_extraction import add_fourier_terms
-from functime.preprocessing import lag
+from functime.preprocessing import roll