neurodata / treeple

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

MAINT Update submodule commit and remove cnp imports where possible #249

Closed adam2392 closed 6 months ago

adam2392 commented 7 months ago

Updates scikit-tree wrt scikit-learn fork

Changes proposed in this pull request:

cc: @sampan501 @SUKI-O this may be useful for reviewing so you understand what Cython changes are happening

Before submitting

After submitting

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 87.87879% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 90.04%. Comparing base (f957cdb) to head (3479b8e).

Files Patch % Lines
sktree/tree/_multiview.py 86.66% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #249 +/- ## ========================================== - Coverage 90.05% 90.04% -0.02% ========================================== Files 54 54 Lines 5050 5105 +55 ========================================== + Hits 4548 4597 +49 - Misses 502 508 +6 ```

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

adam2392 commented 6 months ago

Doc error and failing on AMD machines?

It should be fixed now