Time Series Forecasting
TimesFM

Update README.md

#2
by ImMahdi - opened

forecast_input = [
np.sin(np.linspace(0, 20, 100))
np.sin(np.linspace(0, 20, 200)),
np.sin(np.linspace(0, 20, 400)),
]
--- >
forecast_input = [
np.sin(np.linspace(0, 20, 100)),
np.sin(np.linspace(0, 20, 200)),
np.sin(np.linspace(0, 20, 400)),
]

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment