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

[plotting] use consistent colors for validation splits

baggiponte opened this issue · comments

Currently the backtesting colors don't match across splits. we can use itertools.cycle to make them consistent across series.