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!] Change output format of conformal predictions

baggiponte opened this issue · comments

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.