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