Replies: 2 comments 2 replies
-
How hard is it to see which library you're using and search for the corresponding repo? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Any suggestions though about this issue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a program that will run hyper-parameter tuning of the AutoML models on a dataframe that contains multiple datasets (unique_ids). However, since it appears that the AutoMLForecast class has no cross_validation function, I am creating an MLForecast object for each trained model and crossvalidating on the original dataframe. The issue is that the accuracy metrics suggests that the forecasts for all but one of the datasets are incredibly poor. This leads me to believe that the correct models are not being applied to the correct datasets.
I'm looking for the best way to cross-validate AutoML models across multiple datasets
`
Cell 1:
`
`
Cell 2:
`
Beta Was this translation helpful? Give feedback.
All reactions