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

Dtrace Estimators #22

Open
mnarayan opened this issue Jul 26, 2016 · 1 comment
Open

Dtrace Estimators #22

mnarayan opened this issue Jul 26, 2016 · 1 comment

Comments

@mnarayan
Copy link
Member

This is uses the D-trace Loss (which is akin to a least squares type loss) instead of the log-likelihood loss to estimate sparse inverse covariance.

It most closely resembles the graphical lasso (produces a positive definite, symmetric, and sparse inverse covariance estimate) but has good & different incoherence/irrepresentability conditions for exact recovery (possibly but not yet provably weaker).

Probably not a priority for the next scikitquic milestone, but personally very useful/critical to me, as I need a variant of this for work. Also no good implementations exist yet in python for this.

@jasonlaska
Copy link
Member

@mnarayan mnarayan changed the title Algorithm: DtraceLasso Dtrace Estimators Oct 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants