ACEsuit / ACEHAL

11 stars 7 forks source link

Fix to code that reconstructs full sigma from solver.sigma_ for sklearn ARD #1

Closed bernstei closed 1 year ago

bernstei commented 1 year ago

Use solver.lambda_ < lambda_threshold to determine which features were actually included in solver.sigma_ to more reliably reconstruct full (all features) sigma.

bernstei commented 1 year ago

addressed in #2