forked from scikit-learn/scikit-learn
-
Notifications
You must be signed in to change notification settings - Fork 0
[WIP] FEA: Add categorical support for DecisionTree* #2
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
Draft
cakedev0
wants to merge
22
commits into
tree-simpler-missing
Choose a base branch
from
categorical
base: tree-simpler-missing
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 18 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
91348de
test for optimal splits
cakedev0 7d38553
added friedman mse
cakedev0 f32d6c0
Compiles. Big chunk of the low-level machinery done; still needs to h…
cakedev0 35c10ac
Added bitset creation logic; TODO: using it.
cakedev0 61cdba7
added goes_left function
cakedev0 eaa6769
Merge branch 'tree-simpler-missing' into categorical
cakedev0 e8cbf55
Most changes down; all tests (non categorical) pass; still remains to…
cakedev0 4c571af
added categorical_features kwarg to top-level classes; non-categorica…
cakedev0 a27b16c
use categorical split in apply/predict; basic test test with categori…
cakedev0 288c1ea
refacto check_cat; better error messages
cakedev0 f512e03
fix segfault
cakedev0 eb7f94c
added basic but strong tests; fixed some minor but impactful bugs rev…
cakedev0 9afc1d8
Minor tests changes
cakedev0 9d8b93b
test sparse; clean-up
cakedev0 5c12733
Merge branch 'testing-split' into categorical
cakedev0 1d796cf
test categorical; found a new bug in missing
cakedev0 5c3de79
docstring for brieman sort
cakedev0 f47ca8e
minor comments fixes
cakedev0 96998ee
adressed some copilot comments
cakedev0 f49a185
Merge branch 'tree-simpler-missing' into categorical
cakedev0 09b03a0
enable more tests
cakedev0 4a59a7f
Merge branch 'tree-simpler-missing' into categorical
cakedev0 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
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.