Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import joblib
|
|
5 |
import matplotlib.pyplot as plt
|
6 |
|
7 |
# Load the model and columns
|
8 |
-
lr_clf = joblib.load("
|
9 |
X_columns = pd.read_csv("dora.csv")
|
10 |
OHE = pd.read_csv("B5.csv")
|
11 |
locations = OHE['location'].tolist()
|
|
|
5 |
import matplotlib.pyplot as plt
|
6 |
|
7 |
# Load the model and columns
|
8 |
+
lr_clf = joblib.load("bengaluru_home_prices_model.joblib")
|
9 |
X_columns = pd.read_csv("dora.csv")
|
10 |
OHE = pd.read_csv("B5.csv")
|
11 |
locations = OHE['location'].tolist()
|