Skip to content

Conversation

ablaom
Copy link
Member

@ablaom ablaom commented Aug 22, 2025

In this PR we:

  • Remove the model registry tools rendered redundant by the external package MLJModelRegistryTools (Remove MLJ Model Registry tools #590)

  • (breaking) Remove the following models now provided by MLJTransforms.jl instead: ContinuousEncoder, FillImputer, InteractionTransformer, OneHotEncoder, Standardizer, UnivariateBoxCoxTransformer, UnivariateDiscrcetizer, UnivariateFillImputer, UnivariateStandardizer, UnivariateTimeTypeToContinuous. (Complete migration of transformers out of this package #592)

  • (new models) Update the Model Registry to include the models provided by MLJTransforms, which includes the following completely new models: FrequencyEncoder, TargetEncoder, CardinalityReducer, OrdinalEncoder, MissingnessEncoder, ContrastEncoder (Complete migration of transformers out of this package #592)

ablaom added 26 commits June 22, 2025 13:27
Update registry to include models from MLJTransforms.jl
Remove MLJ Model Registry tools
Complete migration of  transformers out of this package
Copy link

codecov bot commented Aug 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.69%. Comparing base (9f4c3ba) to head (76a5147).
⚠️ Report is 48 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #593      +/-   ##
==========================================
+ Coverage   75.58%   76.69%   +1.10%     
==========================================
  Files          17        8       -9     
  Lines        1147      472     -675     
==========================================
- Hits          867      362     -505     
+ Misses        280      110     -170     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ablaom ablaom merged commit a5751a7 into master Aug 22, 2025
7 checks passed
@EssamWisam
Copy link

EssamWisam commented Aug 22, 2025

Thank you so much 🚀 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants