Time SeriesΒΆ

TimeSeriesPredictor([target, ...])

AutoGluon TimeSeriesPredictor predicts future values of multiple related time series.

TimeSeriesDataFrame(data[, static_features, ...])

A collection of univariate time series, where each row is identified by an (item_id, timestamp) pair.