Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from sklearn.pipeline import Pipeline
|
|
9 |
df=pd.read_excel('cars.xls')
|
10 |
df.head()
|
11 |
|
12 |
-
|
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']
|