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
970 stars 52 forks source link

[plotting] use consistent colors for validation splits #244

Open baggiponte opened 1 week ago

baggiponte commented 1 week ago

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