ARDRegression function?

I’m wondering whether there’s a native Julia “ARDRegression” (linear model regression with an ARD prior) available in a native Julia package somewhere. I haven’t been able to find any, and am having to call sklearn through PyCall.

Kind regards,
casv2

2 Likes

It’s wrapped by MLJ:
https://alan-turing-institute.github.io/MLJ.jl/dev/list_of_supported_models/

Ping me if you would like to try something we are working on on your data, also a Bayesian sparse regression method.

2 Likes