neurodata / treeple

Scikit-learn compatible decision trees beyond those offered in scikit-learn
https://treeple.ai
Other
65 stars 14 forks source link

Update developer docs to ensure compatibility with latest scikit-learn. #319

Closed ryanhausen closed 1 month ago

ryanhausen commented 2 months ago

Reference Issues/PRs

Fixes #314

What does this implement/fix? Explain your changes.

This addresses an issue that can happen if the neurodata/scikit-learn branch of scikit-learn is not compatable with the current stable release of scikit-learn, which can cause tests in treeple to fail.

Any other comments?

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.00%. Comparing base (1d970b0) to head (3b10af5). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #319 +/- ## ======================================= Coverage 80.00% 80.00% ======================================= Files 24 24 Lines 2221 2221 Branches 411 411 ======================================= Hits 1777 1777 Misses 312 312 Partials 132 132 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

adam2392 commented 1 month ago

Thanks @ryanhausen !