neurodata / scikit-learn

scikit-learn-tree fork: A fork that enables extensions of Python and Cython API for decision trees
https://scikit-learn.org
BSD 3-Clause "New" or "Revised" License
7 stars 6 forks source link

Tracks changes wrt scikit-learn upstream main #40

Closed adam2392 closed 1 year ago

adam2392 commented 1 year ago

Summary

This is a Draft PR that simply demonstrates changes of the fork wrt upstream scikit-learn main branch.

In order to view a clean diff of "Files changes", go to main branch of neurodata/scikit-learn and press sync changes from upstream.

Also sync changes in fork branch of neurodata/scikit-learn. These will reflect the latest changes of scikit-learn-tree fork wrt upstream.

Any other comments?

Any PRs for changes to the fork should be PRed into the fork branch

https://github.com/neurodata/scikit-learn/tree/31723a6ec35daabd9008a332d53c19c9701afa00 contains the last commit before we renamed the entire submodule to sklearn_fork. This renaming then results in a very large LOC diff, but one can peruse the diff at that commit for the full actual diff with respect to scikit-learn main.