Skip to content
#

forecasting

Here are 619 public repositories matching this topic...

Jakobhenningjensen
Jakobhenningjensen commented Sep 7, 2020

I am trying to create a CV using leave-one-out i.e predicting the next rolling day in my test-data.

I have a train data X_train and test data X_test, and fitting a model using

model.fit(pd.concat((X_train,X_test)))

from fbprophet.diagnostics import cross_validation
cutoffs = X_test["ds"].values
df_cv = cross_validation(model,cutoffs=cutoffs,horizon = '1 day')

th

gluon-ts

Improve this page

Add a description, image, and links to the forecasting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the forecasting topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.