Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import numpy as np
|
|
| 4 |
import pandas as pd
|
| 5 |
import plotly.graph_objects as go
|
| 6 |
from plotly.subplots import make_subplots
|
| 7 |
-
from umap import UMAP
|
| 8 |
from sklearn.cluster import KMeans
|
| 9 |
from scipy.stats import entropy as shannon_entropy
|
| 10 |
from scipy import special as sp_special
|
|
|
|
| 4 |
import pandas as pd
|
| 5 |
import plotly.graph_objects as go
|
| 6 |
from plotly.subplots import make_subplots
|
| 7 |
+
from umap.umap_ import UMAP
|
| 8 |
from sklearn.cluster import KMeans
|
| 9 |
from scipy.stats import entropy as shannon_entropy
|
| 10 |
from scipy import special as sp_special
|