mlforecast.core
TimeSeries
__init__
fit_transform
data
and save the required information for the predictions step.
If not all features are static, specify which ones are in static_features
. If you donβt want to drop rows with null values after the transformations set dropna=False
If keep_last_n
is not None then that number of observations is kept across all series for updates.
load
predict
save
update