-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
MNT speed up example plot_svm_scale_c.py #21625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Did you try 50 splits? Also, you could reset the CI by sending an empty commit by |
@adrinjalali Will check. Back with the new results soon |
@adrinjalali Good call, it did indeed still perform pretty close to the original but time is down 5 sec more.. |
This looks good, what do the times look like now? |
@adrinjalali The pictures directly above are related to that improvement. The results were:
|
@glemaitre maybe? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sveneschlbeck LGTM Merging
#21598 @adrinjalali @sply88
Increased speed by decreasing the number of splits from 250 to 100 while maintaining more or less the same result (decreasing number of features is contra-productive because it does not save time but makes the model significantly worse).
