generate_daily_series
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.
equal_ends=False (the default) then every serie has a different end
date.
equal_ends=True.

