-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG +1] DOC Modify documentation/examples for 8000 the new model_selection module #5566
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
+1 Looks good to me (also, I'd like to have this before adding documentation of #5491) |
Please update with respect to master. You are having travis failures because of fontsize not being supported by matplotlib which I think was solved in master. |
Done! Thanks for the +1... lets see if travis passes now!! |
for weak learners for ensemble learning you can add individual learners output analysis. |
:toctree: generated/ | ||
:template: function.rst | ||
|
||
model_selection.train_test_split |
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.
I would put this in the section above.
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.
This one has a function template and that one is a class template... So I renamed the headings to "splitter classes" and "splitter functions" I hope that is fine?
@ogrisel wondering if we need to support doc tests in python 2.6 at all? ;) (BTW this error seems like a job lib related issue... Any suggestions?) |
I think the errors that you are experiencing have been fixed in adf866c . If you update again with master I think it should be fixed :-) |
Also, I think you should add an entry in doc/whats_new.rst . |
Hummm this branch has that fix (I've rebased it anyway)... This failure is owing to a non terminating multiprocessing routine in one of the examples of
|
I have a feeling it has something to do with #5115 (not sure) |
EDIT: added a smoke test which failed under python 2.6 as expected.. I'm adding that as a comment to #5115 and removing the commits and squashing them to make it ready for merge! |
@glouppe If you are online... final +1 and merge? |
great, thanks for taking care of it @rvraghav93 |
Merging without appveyor as there is no way it will ever catch up. |
[MRG +1] DOC Modify documentation/examples for the new model_selection module
Yay!! 🍻 |
Documentation update as a sequel to #4294
@amueller