paulmondon
commited on
Commit
•
5736862
1
Parent(s):
a2afbef
Add application file
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import pandas as pd
|
2 |
from sklearn.preprocessing import StandardScaler
|
3 |
from sklearn.ensemble import RandomForestClassifier
|
|
|
1 |
+
!pip install scikit-learn
|
2 |
import pandas as pd
|
3 |
from sklearn.preprocessing import StandardScaler
|
4 |
from sklearn.ensemble import RandomForestClassifier
|