Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the model registry #581

Merged
merged 2 commits into from
Feb 12, 2025
Merged

Update the model registry #581

merged 2 commits into from
Feb 12, 2025

Conversation

ablaom
Copy link
Member

@ablaom ablaom commented Feb 12, 2025

Besides updating metadata for all models, this adds:

  • Maxnet = ["MaxnetBinaryClassifier"]
  • SymbolicRegression = ["SRTestRegressor", "MultitargetSRTestRegressor"]
  • MLJTransforms = ["EntityEmbedder"]

It also removes the models from PartialLeastSquaresRegressor.jl

closes #572, #561

Copy link

codecov bot commented Feb 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.52%. Comparing base (c6f536f) to head (fc66203).
Report is 3 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #581   +/-   ##
=======================================
  Coverage   75.52%   75.52%           
=======================================
  Files          17       17           
  Lines        1152     1152           
=======================================
  Hits          870      870           
  Misses        282      282           

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

@ablaom ablaom merged commit ee1d553 into dev Feb 12, 2025
5 checks passed
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.

Add Maxnet.jl to the model registry
1 participant