-
-
Notifications
You must be signed in to change notification settings - Fork 26.4k
[MRG+2] Fix LDA predict_proba() #11796
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
agramfort
merged 26 commits into
scikit-learn:master
from
agamemnonc:lda_predict_proba_fix
Mar 7, 2019
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
206f1de
fix LDA predict_proba() to handle binary and multi-class case
agamemnonc 824e0cc
test_lda_predict_proba non-regression test
agamemnonc 6560db8
pep8 fix
agamemnonc c6e2b62
lda predict_proba refactoring
agamemnonc d7a1226
Typo fix
agamemnonc 163683e
Merge master & predict_proba() fix (test previously failed)
agamemnonc 85d45b0
flake8 fix
agamemnonc 15b59e7
predict_proba check_is_fitted check
agamemnonc cac71cc
update what's new rst file
agamemnonc 6626945
Merge branch 'master' of git://github.com/scikit-learn/scikit-learn i…
agamemnonc 8144c1a
rename prob to decision
agamemnonc 2cf19a5
include additional tests for predict_proba
agamemnonc 67ad73e
use allcose vs. assert_array_almost_equal
agamemnonc cb5abc1
fix indent
agamemnonc ef6a570
replace len with size
agamemnonc 92f9aa2
explicit computation for binary case
agamemnonc 7320883
fix style whats_new rst
agamemnonc 9613fea
predict_proba new regression test
agamemnonc 55e3d2a
give credit for regression test
agamemnonc 2c27e9b
Merge branch 'master' into lda_predict_proba_fix
agamemnonc ce85441
Merge branch 'master' into lda_predict_proba_fix
agamemnonc 9d198b1
fix bug for eigen solution
agamemnonc bd4370e
include all three solvers in predict_proba regression test
agamemnonc 480e108
update whats_new rst file
agamemnonc 06e8572
fix minor formatting issue
agamemnonc 625c3f6
use scipy.linalg instead of np.linalg
agamemnonc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.