carlosgonzalezmartinez commited on
Commit
3129fa5
·
verified ·
1 Parent(s): 5896b2f

Update train.py

Browse files
Files changed (1) hide show
  1. train.py +0 -3
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',