Spaces:
Sleeping
Sleeping
Commit
·
1093a00
1
Parent(s):
7fa3a99
app.py
CHANGED
@@ -6,7 +6,7 @@ import seaborn as sns
|
|
6 |
from scipy import stats
|
7 |
from sklearn.manifold import TSNE
|
8 |
|
9 |
-
unfiltered_spaces_with_outliers = pd.read_csv('
|
10 |
spaces = unfiltered_spaces_with_outliers[unfiltered_spaces_with_outliers['likes'] >= 3]
|
11 |
# spaces = spaces_with_outliers[(np.abs(stats.zscore(spaces_with_outliers['likes'])) < 3)]
|
12 |
# print(spaces.describe())
|
|
|
6 |
from scipy import stats
|
7 |
from sklearn.manifold import TSNE
|
8 |
|
9 |
+
unfiltered_spaces_with_outliers = pd.read_csv('hugging_face_spaces.csv')
|
10 |
spaces = unfiltered_spaces_with_outliers[unfiltered_spaces_with_outliers['likes'] >= 3]
|
11 |
# spaces = spaces_with_outliers[(np.abs(stats.zscore(spaces_with_outliers['likes'])) < 3)]
|
12 |
# print(spaces.describe())
|