Kartheesh commited on
Commit
653b4de
1 Parent(s): 2359934

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -5,10 +5,7 @@ def greet(year,co2_emission,No2_emission,so2_emission,Global_Warming,Methane_emi
5
 
6
 
7
 
8
- #data indexing
9
- x=df1.iloc[:,1:].values
10
- y=df1.iloc[:,0].values
11
- np.reshape(y,(-1,1))
12
 
13
  #split the dataset
14
  from sklearn.model_selection import train_test_split
 
5
 
6
 
7
 
8
+
 
 
 
9
 
10
  #split the dataset
11
  from sklearn.model_selection import train_test_split