Spaces:
Sleeping
Sleeping
Commit
·
5011e64
1
Parent(s):
ec88ebc
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
def house_price_prediction(ft1,ft2,ft3,ft4,ft5,ft6,ft7,ft8):
|
2 |
# output=1
|
3 |
import pandas as pd
|
4 |
-
housing=pd.read_csv("
|
5 |
|
6 |
## 1. split data to get train and test set
|
7 |
from sklearn.model_selection import train_test_split
|
|
|
1 |
def house_price_prediction(ft1,ft2,ft3,ft4,ft5,ft6,ft7,ft8):
|
2 |
# output=1
|
3 |
import pandas as pd
|
4 |
+
housing=pd.read_csv("housing.csv")
|
5 |
|
6 |
## 1. split data to get train and test set
|
7 |
from sklearn.model_selection import train_test_split
|