Spaces:
Paused
Paused
Update utils.py
Browse files
utils.py
CHANGED
@@ -48,6 +48,7 @@ def normalize(df):
|
|
48 |
return df
|
49 |
|
50 |
def init_new_pred():
|
|
|
51 |
columns = ['bedrooms', 'bathrooms', 'sqft_living', 'sqft_lot', 'floors',
|
52 |
'waterfront', 'view', 'condition', 'sqft_above', 'sqft_basement',
|
53 |
'yr_built', 'yr_renovated', 'house_age', 'years_since_renovation',
|
|
|
48 |
return df
|
49 |
|
50 |
def init_new_pred():
|
51 |
+
import pandas as pd
|
52 |
columns = ['bedrooms', 'bathrooms', 'sqft_living', 'sqft_lot', 'floors',
|
53 |
'waterfront', 'view', 'condition', 'sqft_above', 'sqft_basement',
|
54 |
'yr_built', 'yr_renovated', 'house_age', 'years_since_renovation',
|