Severian commited on
Commit
baa8d25
·
verified ·
1 Parent(s): b54eda5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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