Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def predict_housing_price(input_module1,input_module2,input_module3,input_module
|
|
23 |
import numpy as np
|
24 |
import sklearn
|
25 |
|
26 |
-
housing=pd.read_csv("
|
27 |
|
28 |
## 1. split data to get train and test set
|
29 |
from sklearn.model_selection import train_test_split
|
|
|
23 |
import numpy as np
|
24 |
import sklearn
|
25 |
|
26 |
+
housing=pd.read_csv("housing.csv")
|
27 |
|
28 |
## 1. split data to get train and test set
|
29 |
from sklearn.model_selection import train_test_split
|