module mlforecast.core
Global Variables
- date_features_dtypes
class TimeSeries
Utility class for storing and transforming time series data.
method __init__
property features
Names of all computed features.method 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.

