sylaork commited on
Commit
944d91f
·
verified ·
1 Parent(s): b927e74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from sklearn.pipeline import Pipeline
9
  df=pd.read_excel('cars.xls')
10
  df.head()
11
 
12
- !pip install xlrd
13
 
14
  X=df.drop('Price', axis=1)
15
  y=df['Price']
 
9
  df=pd.read_excel('cars.xls')
10
  df.head()
11
 
12
+
13
 
14
  X=df.drop('Price', axis=1)
15
  y=df['Price']