scikit-tree
scikit-tree copied to clipboard
Scikit-learn compatible decision trees beyond those offered in scikit-learn
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.17.0 to 2.18.0. Release notes Sourced from pypa/cibuildwheel's releases. v2.18.0 ✨ Adds CPython 3.13 support, under the prerelease flag CIBW_PRERELEASE_PYTHONS. This version of cibuildwheel uses 3.13.0b1. Free-threading...
Training an Unsupervised tree model takes a long time. 25K sample with 7 or 15 features using both "twomeans" and "fastbic" criterions takes between 1.5 to 2 hours to complete....
- Reverse color for class zero and one - Add the missing `&&` signs in the `rst` paragraphs - Reorder examples by file names & update titles - Update p-value...
Fixes #146 Changes proposed in this pull request: - bootstrap=True is the default now - Removed all instances of `FeatureImportanceClassifier` and other MIGHT methods that are outdated ## Before submitting...
It is unclear what the default should be because in scikit-learn, `bootstrap=True` on Forests are the default. cc: @rflperry @sampan501 mentioned that your original implementation had `boostrap=False` as the default....
**Is your feature request related to a problem? Please describe.** While developing a PMML converter for oblique trees (see #255), I noticed that the projection matrix (as retrievable via the...
From #256: We should fix the tutorials to use native functions in scikit-tree, like `build_coleman_forest` etc. It should be clear to the user that they don't need to write their...
Fixes # Changes proposed in this pull request: - Supersedes: #110 ## Before submitting - [ ] I've read and followed all steps in the [Making a pull request](https://github.com/py-why/pywhy-graphs/blob/main/CONTRIBUTING.md#making-a-pull-request) section...
Fixes # Changes proposed in this pull request: - Supersedes: #121 and #115 ## Before submitting - [ ] I've read and followed all steps in the [Making a pull...
Fixes # Changes proposed in this pull request: - Supersedes: #148 ## Before submitting - [ ] I've read and followed all steps in the [Making a pull request](https://github.com/py-why/pywhy-graphs/blob/main/CONTRIBUTING.md#making-a-pull-request) section...