Replies: 2 comments 4 replies
-
Hey. Do you mean using AutoMLForecast? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Thanks Jose, Let me ask my question another way. I'm running both StatsForecast and MLForecast(with different models), then I merge both and find the best model based on the best metric. All I need now is a way to find the best combination of features to use. How can I do this?
Sara
On Thursday, October 24, 2024 at 05:07:55 PM EDT, José Morales ***@***.***> wrote:
-
Yes, that guide shows how you can define your search space here.
-
The resulting score from each trial is the average of the loss across the CV folds, you can get it with auto_mlf.results_[your_model].best_trial.value
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ssatti0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm aware of how to try several models in MLforecast, and then choose the "best" one based on metrics. However, I'd also like to try several combinations of features and then be able to choose the "best combination" in the final forecast. How can I do that in Nixtla? Thank you,
Beta Was this translation helpful? Give feedback.
All reactions