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

[REF!] type hint the codebase

baggiponte opened this issue · comments

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.

  • Train-test split
  • Window splitters
  • evaluation.py
  • feature_extractors

And more to come...