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

fix: variable name typo in roll fill_strategy #183

Closed miroslaavi closed 3 months ago

miroslaavi commented 4 months ago

Reference Issues/PRs

Fixes #182

What does this implement/fix? Explain your changes.

Correcting the typo to avoid NameError when using fill_strategy in the roll function

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
functime-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 10, 2024 8:21am
baggiponte commented 3 months ago

Thanks for spotting that!