Update app.py
Browse files
app.py
CHANGED
|
@@ -1549,8 +1549,7 @@ with tab_predict:
|
|
| 1549 |
num_cols = meta["schema"]["numeric"]
|
| 1550 |
cat_cols = meta["schema"]["categorical"]
|
| 1551 |
|
| 1552 |
-
|
| 1553 |
-
st.write(feature_cols)
|
| 1554 |
|
| 1555 |
# Map normalized name -> actual model column name
|
| 1556 |
FEATURE_LOOKUP = {norm_col(c): c for c in feature_cols}
|
|
|
|
| 1549 |
num_cols = meta["schema"]["numeric"]
|
| 1550 |
cat_cols = meta["schema"]["categorical"]
|
| 1551 |
|
| 1552 |
+
|
|
|
|
| 1553 |
|
| 1554 |
# Map normalized name -> actual model column name
|
| 1555 |
FEATURE_LOOKUP = {norm_col(c): c for c in feature_cols}
|