Replies: 2 comments 1 reply
-
No, unfortunately Orange doesn't have any parameter optimization algorithms in place. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am not referring to the optimization scheme for parameters, but to get the corresponding comparison under different parameters in a more intuitive and simple way. My current processing method is to place multiple different similar models, set different parameters for each model, and then compare them through scores |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm training a KNN model. If I want to know which value the "number of neighbors" option is set to, the score of the model is the best. I manually set different values one by one and check the scores, but this is not intuitive. Is there a faster way to know the results? If so, how do I need to operate it?
Beta Was this translation helpful? Give feedback.
All reactions