Skip to main content

generate_daily_series

Generate Synthetic Panel Series. Parameters: Returns: 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.
If equal_ends=False (the default) then every serie has a different end date.
We can have all of them end at the same date by specifying equal_ends=True.

generate_prices_for_series


PredictionIntervals

Class for storing prediction intervals metadata information.