JuliaAI / MLJModels.jl

Home of the MLJ model registry and tools for model queries and mode code loading
MIT License
80 stars 27 forks source link

move FeatureSelector model to FeatureSelection.jl pkg #556

Closed OkonSamuel closed 3 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 76.37%. Comparing base (1757802) to head (f900755). Report is 4 commits behind head on dev.

Files Patch % Lines
src/builtins/Transformers.jl 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #556 +/- ## ========================================== - Coverage 77.08% 76.37% -0.72% ========================================== Files 16 16 Lines 1126 1092 -34 ========================================== - Hits 868 834 -34 Misses 258 258 ```

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

ablaom commented 4 months ago

As noted in offline discussion, this PR needs:

And after merge of this PR, we need regenerate the registry one more time. Then, finally, the Model Browser will need to be updated.

ablaom commented 3 months ago

Closed in favour of #558