Naren Castellon
02/19/2025, 5:07 AMmlf = MLForecast(models=model,
freq = 'W',
#lags=[1,2,3,4,5,6,7],
#target_transforms=[Differences([1])],
#date_features=["year", "month", "day"],
num_threads = 32
)
José Morales
02/19/2025, 4:15 PMNaren Castellon
02/19/2025, 5:13 PM# fit the models
mlf.fit(co2, fitted = True, static_features= [],
prediction_intervals=PredictionIntervals(n_windows=3, h=28, method="conformal_distribution"))
Naren Castellon
02/19/2025, 5:16 PMJosé Morales
02/19/2025, 6:38 PM