JuliaAI / CatBoost.jl

Julia wrapper of the python library CatBoost for boosted decision trees
MIT License
11 stars 3 forks source link

Fix MLJ Serialization, add test for single class classifiers, fix single class classifiers predict #35

Closed tylerjthomas9 closed 2 weeks ago

tylerjthomas9 commented 3 months ago

Ref https://github.com/JuliaAI/CatBoost.jl/issues/34

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 71.14%. Comparing base (28930d4) to head (e026b62). Report is 1 commits behind head on main.

Files Patch % Lines
src/mlj_serialization.jl 0.00% 30 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #35 +/- ## ========================================== - Coverage 75.55% 71.14% -4.42% ========================================== Files 6 6 Lines 180 201 +21 ========================================== + Hits 136 143 +7 - Misses 44 58 +14 ```

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