scikit-tree
scikit-tree copied to clipboard
[ENH] v2 Work on tracking constant columns efficiently
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 request
section of the
CONTRIBUTINGdocs. - [ ] I've updated or added any relevant docstrings following the syntax described in the
Writing docstrings section of the
CONTRIBUTINGdocs. - [ ] If this PR fixes a bug, I've added a test that will fail without my fix.
- [ ] If this PR adds a new feature, I've added tests that sufficiently cover my new functionality.
After submitting
- [ ] All GitHub Actions jobs for my pull request have passed.