-
Notifications
You must be signed in to change notification settings - Fork 944
Catboost native multi-output with RMSE #2659
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
dennisbader
merged 32 commits into
unit8co:master
from
jonasblanc:feat/native-multioutput-catboost
Mar 7, 2025
Merged
Changes from 9 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
e692116
Replace MultioutputRegressor by native multioutput from CastBoost, wip
a3c812d
Add _native_support_multioutput() to regression models, wip
06e0521
Fix logic, replace RMSE with MultiRMSE when multioutput is required
110be86
Merge branch 'master' into feat/native-multioutput-catboost
jonasblanc 5c1eeef
Add entry to change log
849a7e5
Merge branch 'master' into feat/native-multioutput-catboost
jonasblanc 7eef26f
Adapt shapexplainer test to support all native multioutput
e140258
Merge branch 'feat/native-multioutput-catboost' of github.com:jonasbl…
554deff
Merge branch 'master' into feat/native-multioutput-catboost
jonasblanc 5fa5a51
Let user decide on native multioutput usage
fac56c0
Merge branch 'feat/native-multioutput-catboost' of github.com:jonasbl…
02c484b
Update CHANGELOG.md
jonasblanc 60f9ed1
Merge branch 'master' into feat/native-multioutput-catboost
jonasblanc 1ad3c48
Update CHANGELOG.md
jonasblanc fe202d2
Merge branch 'master' into feat/native-multioutput-catboost
jonasblanc c2f7724
Add recursive call for native multioutput
d811189
Add test for native multioutput support
36573b3
Merge branch 'feat/native-multioutput-catboost' of github.com:jonasbl…
bd3f745
Fix logic, only sklearn model should be passed to RegressionModel
806c869
Set loss_function in kwargs following model default
5973a4b
Merge branch 'master' into feat/native-multioutput-catboost
jonasblanc 1595477
Fix SNM logic to be independant of MOR wrapper
c4dab0a
Merge branch 'feat/native-multioutput-catboost' of github.com:jonasbl…
4963330
Merge branch 'master' into feat/native-multioutput-catboost
jonasblanc dd9075d
Use __sklearn_tags__ instead of _get_tags as required in sklearn 1.7
8b5bdd9
Merge branch 'feat/native-multioutput-catboost' of github.com:jonasbl…
62c7187
Update CHANGELOG.md
jonasblanc 55a17a6
Minor rewriting
ef78e6a
Remove logic for xboost<2.0.0
bbcc7b4
Merge branch 'feat/native-multioutput-catboost' of github.com:jonasbl…
357ab51
Merge branch 'master' into feat/native-multioutput-catboost
jonasblanc 76f29d1
minor updates
dennisbader 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
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.