-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG + 1] DOC Add whatsnew for the 3 model_selection bugfixes #7868
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
@@ -104,6 +104,23 @@ Bug fixes | |||
the same result as the LassoLars implementation available | |||
in R (lars library). :issue:`7849` by `Jair Montoya Martinez`_ | |||
|
|||
- Fixed a bug where :func:`sklearn.model_selection.train_test_split` raised |
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.
those should be under 0.18.1.
Also, some of the links with your username don't render properly in the 0.18.1 whatsnew. Would you mind checking?
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.
Done thanks
thanks LGTM |
7cae83d
to
99082d9
Compare
Thx @tguillemot @jnothman Another review please? |
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.
LGTM if what I said is not a problem.
@@ -93,7 +93,8 @@ Olivier Grisel <olivier.grisel@ensta.org> <olivier.grisel@ensta.org> | |||
Olivier Hervieu <olivier.hervieu@gmail.com> <olivier.hervieu@tinyclues.com> | |||
Paul Butler <paulgb@gmail.com> | |||
Peter Prettenhofer <peter.prettenhofer@gmail.com> | |||
Raghav R V <rvraghav93@gmail.com> | |||
Raghav RV <rvraghav93@gmail.com> | |||
Raghav RV <rvraghav93@gmail.com> <ragvrv@gmail.com> |
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.
Why have you put it both ?
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.
The first one creates an entry for my correct name mapped to my correct email and the 2nd maps my other e-mail to the first one... (I think)
Thanks, I'm merging... :) |
…-learn#7868) * DOC Add whatnew for the 3 mod-sel bugfixes * Move to 0.18.1; Change name universally to Raghav RV * Raghav R V --> Raghav RV * Edit mailmap to include my other email
…-learn#7868) * DOC Add whatnew for the 3 mod-sel bugfixes * Move to 0.18.1; Change name universally to Raghav RV * Raghav R V --> Raghav RV * Edit mailmap to include my other email
This should be backported to the 0.18.X branch? |
I think yes... Pinging Andy @amueller |
After doing so, the docs for stable have to be rebuilt and pushed right? or does it happen automatically? |
works automagically :) |
…-learn#7868) * DOC Add whatnew for the 3 mod-sel bugfixes * Move to 0.18.1; Change name universally to Raghav RV * Raghav R V --> Raghav RV * Edit mailmap to include my other email # Conflicts: # doc/whats_new.rst
backported |
…-learn#7868) * DOC Add whatnew for the 3 mod-sel bugfixes * Move to 0.18.1; Change name universally to Raghav RV * Raghav R V --> Raghav RV * Edit mailmap to include my other email
…-learn#7868) * DOC Add whatnew for the 3 mod-sel bugfixes * Move to 0.18.1; Change name universally to Raghav RV * Raghav R V --> Raghav RV * Edit mailmap to include my other email
…-learn#7868) * DOC Add whatnew for the 3 mod-sel bugfixes * Move to 0.18.1; Change name universally to Raghav RV * Raghav R V --> Raghav RV * Edit mailmap to include my other email
…-learn#7868) * DOC Add whatnew for the 3 mod-sel bugfixes * Move to 0.18.1; Change name universally to Raghav RV * Raghav R V --> Raghav RV * Edit mailmap to include my other email
…-learn#7868) * DOC Add whatnew for the 3 mod-sel bugfixes * Move to 0.18.1; Change name universally to Raghav RV * Raghav R V --> Raghav RV * Edit mailmap to include my other email
Adds whatsnew for #7593 #7594 and #7660
Ping @amueller @jnothman