What is the procedure to get the metrics for a specific variable in a multivariate forecast? #31
Unanswered
mreismendes
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can, but it is a hidden method and limited.
They are not calculated or saved unless these ensemble methods are enabled in order to reduce memory usage and decrease computation time. You should get an empty DataFrame if you run the above and did not pass the correct ensemble parameter.
IDs in those tables are the model id (generated by a hash of params) that you can see in the initial_results will include duplicates (one for each validation). To aggregate: |
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
-
Hi! I'd like to know the metrics of a specific variable inside a multivariate forecast. Is it possible?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions