source
generate_daily_series
Generate Synthetic Panel Series.
Generate 20 series with lengths between 100 and 1,000.
We can also add static features to each serie (these can be things like
product_id or store_id). Only the first static feature (
static_0) is
relevant to the target.
equal_ends=False (the default) then every serie has a different end
date.
equal_ends=True.
source
generate_prices_for_series
source
PredictionIntervals
Class for storing prediction intervals metadata information.

