-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Clearup warnings #1238
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
Clearup warnings #1238
Changes from 51 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
4aae57c
np.bool deprecation
eddiebergman 1dec490
Invalid escape sequence \_
eddiebergman 1527cee
Series specify dtype
eddiebergman 65ea2db
drop na requires keyword args deprecation
eddiebergman a19fc82
unspecified np.int size deprecated, use int instead
eddiebergman 89071f0
deprecated unspeicifed np.int precision
eddiebergman 232a847
Element wise comparison failed, will raise error in the future
eddiebergman 08edc9c
Specify explicit dtype for empty series
eddiebergman 6e37c1c
metric warnings for mismatch between y_pred and y_true label count
eddiebergman 9428ff9
Quantile transformer n_quantiles larger than n_samples warning ignored
eddiebergman 3585cc1
Silenced convergence warnings
eddiebergman 20c8814
pass sklearn args as keywords
eddiebergman 1b49dec
np.bool deprecation
eddiebergman a2f5758
Invalid escape sequence \_
eddiebergman 6eed461
Series specify dtype
eddiebergman 4974efd
drop na requires keyword args deprecation
eddiebergman 18c1f2d
unspecified np.int size deprecated, use int instead
eddiebergman a55e63b
deprecated unspeicifed np.int precision
eddiebergman 5679417
Element wise comparison failed, will raise error in the future
eddiebergman a987d10
Specify explicit dtype for empty series
eddiebergman 1fa7b89
metric warnings for mismatch between y_pred and y_true label count
eddiebergman b05e426
Quantile transformer n_quantiles larger than n_samples warning ignored
eddiebergman 6725bff
Silenced convergence warnings
eddiebergman a23c656
pass sklearn args as keywords
eddiebergman 3ffa283
flake8'd
eddiebergman 7d64320
Merged with dev
eddiebergman 4a87ebb
flake8'd
eddiebergman 272daac
Fixed CategoricalImputation not accounting for sparse matrices
eddiebergman 04927eb
Updated to use distro for linux distribution
eddiebergman 6917675
Ignore convergence warnings for gaussian process regressor
eddiebergman 187d26d
Averaging metrics now use zero_division parameter
eddiebergman 1fdbc5e
Readded scorers to module scope
eddiebergman 54b1549
flake8'd
eddiebergman 62a6673
Fix
eddiebergman 8c234e3
Fixed dtype for metalearner no run
eddiebergman 57d8694
Catch gaussian process iterative fit warning
eddiebergman 0d990c0
Moved ignored warnings to tests
eddiebergman 16b46c8
Correctly type pd.Series
eddiebergman a337a76
Revert back to usual iterative fit
eddiebergman 0f2e67f
Readded missing iteration increment
eddiebergman be80a2b
Removed odd backslash
eddiebergman 05675ad
Fixed imputer for sparse matrices
eddiebergman e365f5d
Ignore warnings we are aware about in tests
eddiebergman b6c2916
Flake'd:
eddiebergman d031b0d
Revert "Fixed imputer for sparse matrices"
eddiebergman 20b76a5
Revert "Revert "Fixed imputer for sparse matrices""
eddiebergman efa16e4
Back to default values
eddiebergman f9909be
Reverted to default behaviour with comment
eddiebergman 0e80ed0
Added xfail test to document
eddiebergman 519bd2a
flaked
eddiebergman d30a42f
Fixed test, moved to np.testing for assertion
eddiebergman 194d8fa
Update autosklearn/pipeline/components/data_preprocessing/categorical…
eddiebergman 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
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
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
Oops, something went wrong.
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.