You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the scikit-learn module. I'm primarily interested in implementing the Graphical Lasso, but empirical and shrinkage covariance estimators as well.
The text was updated successfully, but these errors were encountered:
Hey Zachari, a covariance estimation crate would be a great addition to Linfa! Sparse covariance estimation should be not too hard, you can probably reuse routines for elasticnet solvers. Question is how to represent a structured covariance, ndarray currently only supports dense, no banded or sparse representation. If you have questions please let us know
26.02.2023 13:28:01 Yuhan Lin ***@***.***>:
Similar to the scikit-learn module. I'm primarily interested in implementing the Graphical Lasso, but empirical and shrinkage covariance estimators as well.
The text was updated successfully, but these errors were encountered: