-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
ENH Adds Poisson criterion in RandomForestRegressor #19304 #19836
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
thomasjpfan
merged 30 commits into
scikit-learn:main
from
bsun94:19304_PoissonRandomForest
Jun 6, 2021
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
e380b5b
ENH adding handling for Poisson criterion in RandomForestRegressor #1…
bsun94 a4f7c3e
reformatted message raised by ValueError for the Poisson criterion as…
bsun94 705a587
ENH updated formatting for #19304
bsun94 3b7b2f2
Resolved merge conflict with main for #19304
bsun94 f20f904
slight adjustment made to docstring #19304
bsun94 168e8d3
more formatting changes made #19304
bsun94 fd242b7
troubleshooting for CI tests for #19304
bsun94 44ab402
Removed blank line as per final review
bsun94 02781e8
ENH a
8000
dded new test for verifying functioning of poisson criterion #19304
bsun94 3488d86
Merged with upstream to resolve merge conflicts
bsun94 909e339
Slight typo fix #19304
bsun94 4b75001
split test cases apart for #19304
bsun94 326e379
blank line removed for #19304
bsun94 758d731
Refreshing branch with upstream to troubleshoot CI #19304
bsun94 211ffa9
Refreshing local repo
bsun94 b12dff1
ENH Updates made to test_poisson_vs_mse for #19304
bsun94 caa3408
ENH typo fixed for #19304
bsun94 6270670
ENH updates made to clipping in test_poisson_vs_mse for #19304
bsun94 90f8ff9
TST Changes assert_raises to raises in sklearn/utils/test_estimator_c…
azihna 53b07b1
DOC Update minimal versions for dependencies (#20143)
cmarmo f5abaa4
MAINT silence spurious mypy error (#20147)
ogrisel ad62527
Add missing link to user guide in PolynomialFeatures API documentatio…
naozin555 4018fc8
ENH Allowing sparse inputs for prediction in AffinityPropagation (#20…
venkyyuvy e026cdf
TST Fixes test and mis-matched pandas version
thomasjpfan 3f511e8
CI Try numpy 1.14.6
thomasjpfan 5087036
DOC Upate to whatsnew to 1.14.6
thomasjpfan 659b382
Merge remote-tracking branch 'upstream/main' into pr/19836
thomasjpfan 70df2ec
DOC Fix up docstring
thomasjpfan 35de51d
DOC Small fixes to docstring
thomasjpfan cd66938
DOC Add period
thomasjpfan 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.