forked from scikit-learn/scikit-learn
-
Notifications
You must be signed in to change notification settings - Fork 0
merge fork #2
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
Merged
Merged
merge fork #2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* be more friendly in the deprecation of cv=3 * add hint on specifying cv * catch all the right warnings
* fix warning issues * add comments * add some tests * pep8
* ENH Pipeline can now be sliced or indexed * Additional assertion imports for testing * DOC Documentation and example for Pipeline slicing * FIX put doctest lines in correct order * DOC improve compose Pipeline docs * Fix doctest * Fix merge error * DOCs improved after Alex's comments * This is not the right place to change to LinearSVC * missed one * DOC add what's new * Fix doctest * doctest tweaks Co-Authored-By: jnothman <[email protected]> * doctest tweaks Co-Authored-By: jnothman <[email protected]> * doctest tweaks Co-Authored-By: jnothman <[email protected]> * fix doctests * Correct step name * Update doc/whats_new/v0.21.rst Co-Authored-By: jnothman <[email protected]>
* fix LDA predict_proba() to handle binary and multi-class case * test_lda_predict_proba non-regression test * pep8 fix * lda predict_proba refactoring * Typo fix * flake8 fix * predict_proba check_is_fitted check * update what's new rst file * rename prob to decision * include additional tests for predict_proba * use allcose vs. assert_array_almost_equal * fix indent * replace len with size * explicit computation for binary case * fix style whats_new rst * predict_proba new regression test * give credit for regression test * fix bug for eigen solution * include all three solvers in predict_proba regression test * update whats_new rst file * fix minor formatting issue * use scipy.linalg instead of np.linalg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Any other comments?