Spaces:
Runtime error
Runtime error
Commit
·
f77e0d0
1
Parent(s):
c93b890
adsf
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from autogluon.tabular import TabularPredictor
|
|
17 |
# Login to hopsworks and get the feature store
|
18 |
|
19 |
# streetName;number;sqm;rooms;soldDate;monthlyFee;monthlyCost;floor;yearBuilt;brf;agency;lat;lon;gdp;unemployment;interestRate
|
20 |
-
columnHeaders = ['streetName','number','sqm','rooms','soldDate','monthlyFee','monthlyCost','floor','yearBuilt', 'brf','agency','lat','lon','gdp','unemployment','interestRate'
|
21 |
|
22 |
featureToMinMax = {
|
23 |
'sqm': (10, 800),
|
|
|
17 |
# Login to hopsworks and get the feature store
|
18 |
|
19 |
# streetName;number;sqm;rooms;soldDate;monthlyFee;monthlyCost;floor;yearBuilt;brf;agency;lat;lon;gdp;unemployment;interestRate
|
20 |
+
columnHeaders = ['streetName','number','sqm','rooms','soldDate','monthlyFee','monthlyCost','floor','yearBuilt', 'brf','agency','lat','lon'] # ,'gdp','unemployment','interestRate'
|
21 |
|
22 |
featureToMinMax = {
|
23 |
'sqm': (10, 800),
|