neurodata / treeple

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

FIX ignore nan values when summing posteriors #291

Closed PSSF23 closed 2 months ago

PSSF23 commented 2 months ago

Close #290

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 78.53%. Comparing base (574a629) to head (c4573ae). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #291 +/- ## ========================================== - Coverage 78.55% 78.53% -0.02% ========================================== Files 24 24 Lines 2252 2250 -2 Branches 414 413 -1 ========================================== - Hits 1769 1767 -2 Misses 352 352 Partials 131 131 ```

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

adam2392 commented 2 months ago

Thanks for the PR @PSSF23