-
Notifications
You must be signed in to change notification settings - Fork 29
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
Request to add LaplaceRedux.jl to the MLJ registry #571
Comments
This looks very interesting, thanks. Just back from leave so it may take a week or two before I can look at this properly. Note to self: Uses some non-public API from MLJFlux. |
cc @EssamWissam |
In the meantime @pasq-cat you may want to upgrade your doc-string to make it MLJ compliant. |
@ablaom here https://github.com/JuliaTrustworthyAI/LaplaceRedux.jl/blob/main/src/direct_mlj.jl thank you for your time |
Thanks for this. I can hopefully take another look in the next two weeks. Thanks for your patience. |
To do list for @ablaom:
|
@pasq-cat According to the docs for the regressor:
However, the |
Can I suggest avoiding unicode subscript characters for hyper-parameter names, as in |
Okay, I think the issues are now sorted on |
@pat-alt can you do it? I am working this week and I come home really late. |
Thanks @pasq-cat. I've fixed the remaining things in JuliaTrustworthyAI/LaplaceRedux.jl#135, merged the PR and published a new release: https://github.com/JuliaTrustworthyAI/LaplaceRedux.jl/releases/tag/v1.2.0 @ablaom hopefully this should do this trick? Thanks once again for all your help with this and do let us know if anything else needs to be addressed. |
Your welcome. There's another model being registered soon, so there may be a small delay - it's less work to do both together. |
Thanks for your patience. There is a hiccup at MLJModels with the new version of Julia - something to do with Statistics compats (Julia "bug"). It looks like it will be sorted shortly and then I'll go ahead with your model. |
Closed as complete. |
Closed as complete. |
we at Taija would like to add LaplaceRedux.jl to the MLJ's model registry.
we have written an interface for MLJ laplaceredux.jl interface,
LaplaceRedux.jl allows to compute the approximated posterior predictive distribution of any model through the Laplace approximation (as explained inhttps://arxiv.org/abs/2106.14806) and grants the users the possibility to compute credible intervals with a low computational overhead.
the LaplaceRedux.jl package is part of the taija (Trustworthy Artificial Intelligence in Julia) effort (https://github.com/JuliaTrustworthyAI) effort.
The text was updated successfully, but these errors were encountered: