Spaces:
Runtime error
Runtime error
Update train.py
Browse files
train.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
import joblib
|
3 |
|
4 |
from sklearn.datasets import fetch_openml
|
@@ -23,8 +22,6 @@ filterwarnings('ignore')
|
|
23 |
df = pd.read_csv("/content/forest_health_data_with_target.csv")
|
24 |
|
25 |
|
26 |
-
|
27 |
-
|
28 |
target = 'Health_Status'
|
29 |
numeric_features = [
|
30 |
'Latitude',
|
|
|
|
|
1 |
import joblib
|
2 |
|
3 |
from sklearn.datasets import fetch_openml
|
|
|
22 |
df = pd.read_csv("/content/forest_health_data_with_target.csv")
|
23 |
|
24 |
|
|
|
|
|
25 |
target = 'Health_Status'
|
26 |
numeric_features = [
|
27 |
'Latitude',
|