Spaces:
Sleeping
Sleeping
Commit
·
af79a7d
1
Parent(s):
134f875
sklearn
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
os.system('pip install openpyxl')
|
|
|
3 |
from sklearn.neighbors import NearestNeighbors
|
4 |
import numpy as np
|
5 |
import pandas as pd
|
|
|
1 |
import os
|
2 |
os.system('pip install openpyxl')
|
3 |
+
os.system('pip install scikit-learn')
|
4 |
from sklearn.neighbors import NearestNeighbors
|
5 |
import numpy as np
|
6 |
import pandas as pd
|