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

SymbolicRegression.jl — registry update #1032

Closed
MilesCranmer opened this issue Jul 5, 2023 · 2 comments · Fixed by #1033
Closed

SymbolicRegression.jl — registry update #1032

MilesCranmer opened this issue Jul 5, 2023 · 2 comments · Fixed by #1033
Assignees

Comments

@MilesCranmer
Copy link

Just letting you know that SymbolicRegression v0.20.0 has been released with MLJ support, so please feel free to update the registry when you get a chance.

Here are the docs on the new regressors: https://astroautomata.com/SymbolicRegression.jl/stable/api/#MLJ-interface

Thanks @OkonSamuel and @ablaom for your help!

Best,
Miles

@ablaom
Copy link
Member

ablaom commented Jul 17, 2023

Thanks for this @MilesCranmer. Looks like the registry has been updated.

julia> using MLJModels
[ Info: Precompiling MLJModels [d491faf4-2d78-11e9-2867-c94bc002c0b7]

julia> models("Symbolic")
 (name = MultitargetSRRegressor, package_name = SymbolicRegression, ... )
 (name = SRRegressor, package_name = SymbolicRegression, ... )

To update MLJ's documentation, we still need to:

  • Add the models to the "Model Browser" by updating [this dictionary].
  • Add the models to this list.

@OkonSamuel

@ablaom
Copy link
Member

ablaom commented Jul 17, 2023

I think it's fine to do this at the same time as the new SIRIUS models, when they are ready,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants