Krystian W.
07/07/2024, 7:32 PMcv = fcst.cross_validation(
spark_train_df,
n_windows=n_windows,
h=h,
static_features=[],
)
I tried to run cv.show() but I keep getting a KeyError that these features aren't found in index. On local works just fine.José Morales
07/15/2024, 4:18 PM