-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
[MRG + 1] ENH add check_inverse in FunctionTransformer #9399
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
amueller
merged 27 commits into
scikit-learn:master
from
glemaitre:check_inverse_function_transformer
Oct 25, 2017
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
4659cb4
EHN add check_inverse in FunctionTransformer
glemaitre 72d3c54
Add whats new entry and short narrative doc
glemaitre df07603
Sparse support
glemaitre 9a5777c
better handle sparse data
glemaitre bd7ad2f
Address andreas comments
glemaitre 5c1851b
PEP8
glemaitre 4fd988c
Merge branch 'master' into check_inverse_function_transformer
glemaitre 3a764a7
Absolute tolerance default
glemaitre 586e8ca
DOC fix docstring
glemaitre 43f876c
Remove random state and make check_inverse deterministic
glemaitre f3c0d10
FIX remove random_state from init
glemaitre 7a19979
PEP8
glemaitre e59f493
DOC motivation for the inverse
glemaitre 6cb5b5d
make check_inverse=True default with a warning
glemaitre 72e2005
PEP8
glemaitre 45e0cb3
Merge remote-tracking branch 'origin/master' into check_inverse_funct…
glemaitre afdeca7
FIX get back X from check_array
glemaitre e4045a1
Andread comments
glemaitre c8c23fa
Merge branch 'master' into check_inverse_function_transformer
glemaitre 4276618
Update whats new
glemaitre 0297a4a
remove blank line
glemaitre 677cd2a
joel s comments
glemaitre cec6f53
no check if one of forward or inverse not provided
glemaitre 5238a33
DOC fixes and example of filterwarnings
glemaitre 31abd47
DOC fix warningfiltering
glemaitre 4d31e52
Merge remote-tracking branch 'origin/master' into check_inverse_funct…
glemaitre 65b134a
DOC fix merge error git
glemaitre 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
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.
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.
Please note that a warning is raised and can be turned into an error with: give simplefilter example which tests message