Views
No views yet
autogluon/chronos-2-synth
using MLX-Swift-TS.1import MLXTimeSeries
2
3let forecaster = try await TimeSeriesForecaster.loadFromHub(id: "kunal732/chronos-2-synth-mlx")
4let input = TimeSeriesInput.univariate(historicalValues)
5let prediction = forecaster.forecast(input: input, predictionLength: 64)