explain
Browse files- app.py +6 -1
- xgb/tree.svg +1032 -0
app.py
CHANGED
|
@@ -228,13 +228,14 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
|
|
| 228 |
=============
|
| 229 |

|
| 230 |
|
| 231 |
-
sorted feature from top(most
|
| 232 |
|
| 233 |
dist_subway when at low value(green) make big impact to price
|
| 234 |
|
| 235 |
dist_store doesnt make much impact to price
|
| 236 |
|
| 237 |
high age lower the price
|
|
|
|
| 238 |
low age raise the price
|
| 239 |
|
| 240 |
|
|
@@ -264,7 +265,11 @@ With no need for jargon, SSDS delivers tangible value to our fintech operations.
|
|
| 264 |
over all trend is negative that mean, closer to subway is contribute to higher price
|
| 265 |
|
| 266 |
there is a point at 6500 far from subway and it has negative impact on price, despite is is close to store(dist_stores)
|
|
|
|
|
|
|
| 267 |
""")
|
|
|
|
|
|
|
| 268 |
gr.DataFrame(df)
|
| 269 |
|
| 270 |
with gr.Tab("Fine Tune LLM"):
|
|
|
|
| 228 |
=============
|
| 229 |

|
| 230 |
|
| 231 |
+
sorted feature from top(most importance)
|
| 232 |
|
| 233 |
dist_subway when at low value(green) make big impact to price
|
| 234 |
|
| 235 |
dist_store doesnt make much impact to price
|
| 236 |
|
| 237 |
high age lower the price
|
| 238 |
+
|
| 239 |
low age raise the price
|
| 240 |
|
| 241 |
|
|
|
|
| 265 |
over all trend is negative that mean, closer to subway is contribute to higher price
|
| 266 |
|
| 267 |
there is a point at 6500 far from subway and it has negative impact on price, despite is is close to store(dist_stores)
|
| 268 |
+
|
| 269 |
+

|
| 270 |
""")
|
| 271 |
+
|
| 272 |
+
|
| 273 |
gr.DataFrame(df)
|
| 274 |
|
| 275 |
with gr.Tab("Fine Tune LLM"):
|
xgb/tree.svg
ADDED
|
|