openscilab / pymilo

PyMilo: Python for ML I/O
MIT License
148 stars 5 forks source link

Feature/hdbscan support #62

Closed AHReccese closed 11 months ago

AHReccese commented 11 months ago

Reference Issues/PRs

17

What does this implement/fix? Explain your changes.

support for the HDBSCAN model added.

Any other comments?

codecov[bot] commented 11 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (a56762c) 86.04% compared to head (f05b465) 85.91%.

Files Patch % Lines
pymilo/pymilo_param.py 85.72% 2 Missing :warning:
pymilo/utils/test_pymilo.py 33.34% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #62 +/- ## ========================================== - Coverage 86.04% 85.91% -0.13% ========================================== Files 27 27 Lines 881 887 +6 Branches 149 149 ========================================== + Hits 758 762 +4 - Misses 81 83 +2 Partials 42 42 ```

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