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
1.02k stars 55 forks source link

[REF!] Change output format of conformal predictions #135

Open baggiponte opened 10 months ago

baggiponte commented 10 months ago

Return the forecast prediction intervals in the wide format, not long (i.e. every quantile is a column not a row).

Assigning to milestone 0.10 as it is a "breaking change". Implement before #39.