-
Notifications
You must be signed in to change notification settings - Fork 102
document use_multithreading keyword #208
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
@rafaqz Thanks for this. It seems to me that, after all, the I also can't find multithreading support for prediction in regression, only classification. Would you agree with this assessment? |
Oh hah sorry I just added it to the wrong method will fix |
b535892
to
ed7e348
Compare
So it turns out For background on this, this came up while working with a research group switching to Julia who concluded this was much slower than ScikitLearn - because this keyword is not documented and they were running it on one thread against 8 for python. |
Codecov Report
@@ Coverage Diff @@
## dev #208 +/- ##
==========================================
+ Coverage 87.99% 89.45% +1.46%
==========================================
Files 10 10
Lines 1249 1176 -73
==========================================
- Hits 1099 1052 -47
+ Misses 150 124 -26
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
This is still the wrong method - it is I agree these methods need doc-strings. Currently most of the documentation for DecisionTree.jl lives only on the README.md. If you want to close this and just open an new documentation issue for someone else to address, then that's fine. |
Right, sorry. It's implemented for |
No worries, I can't finish the empty doc anyway. But we can't really close that other issue without documenting the keyword, people can't find that it exists. |
ed7e348
to
bf0ef4a
Compare
Ok this actually finally documents the right function, and seems mergeable to me. |
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.
Good to go.
The keyword is currently undocumented. Closes #134