minor bug fix
Browse files
app.py
CHANGED
@@ -2,8 +2,7 @@ import numpy as np
|
|
2 |
import matplotlib.pyplot as plt
|
3 |
from scipy import linalg
|
4 |
from sklearn.datasets import make_sparse_spd_matrix
|
5 |
-
from sklearn.covariance import GraphicalLassoCV,
|
6 |
-
_wolf
|
7 |
|
8 |
import gradio as gr
|
9 |
|
|
|
2 |
import matplotlib.pyplot as plt
|
3 |
from scipy import linalg
|
4 |
from sklearn.datasets import make_sparse_spd_matrix
|
5 |
+
from sklearn.covariance import GraphicalLassoCV, ledoit_wolf
|
|
|
6 |
|
7 |
import gradio as gr
|
8 |
|