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

[REF!] type hint the codebase #149

Open baggiponte opened 6 months ago

baggiponte commented 6 months ago

Issue tracker for "100%"-ish annotations in code.

This can be quite time consuming (some modules, such as preprocessing, are 2k+ LoC) but is a good exercise to familiarise with the code base.

And more to come...