Commit ·
b486903
1
Parent(s): 86e526c
added metric section
Browse files
app.py
CHANGED
|
@@ -138,6 +138,13 @@ def load_interface():
|
|
| 138 |
of the prediction based on the longitude and latitude inputs. The predicted UHI index and the status (Urban Heat Island or Cooler Region) will be displayed.\n
|
| 139 |
>NOTE: The longitude and latitude inputs are used to identify the location of the prediction, but they do not affect the UHI index prediction.\n
|
| 140 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 141 |
## Repository
|
| 142 |
The code for this project is available on GitHub. It includes our Jupyter notebooks and Final Report.\n
|
| 143 |
[Project Repo](https://github.com/FranciscoLozCoding/cooling_with_code)
|
|
|
|
| 138 |
of the prediction based on the longitude and latitude inputs. The predicted UHI index and the status (Urban Heat Island or Cooler Region) will be displayed.\n
|
| 139 |
>NOTE: The longitude and latitude inputs are used to identify the location of the prediction, but they do not affect the UHI index prediction.\n
|
| 140 |
|
| 141 |
+
## Metrics
|
| 142 |
+
For a quick look of our model performance, here is its r2 score:
|
| 143 |
+
```
|
| 144 |
+
Train r2 score: 0.9853446142702935
|
| 145 |
+
Test r2 score: 0.9625555699901284
|
| 146 |
+
```
|
| 147 |
+
|
| 148 |
## Repository
|
| 149 |
The code for this project is available on GitHub. It includes our Jupyter notebooks and Final Report.\n
|
| 150 |
[Project Repo](https://github.com/FranciscoLozCoding/cooling_with_code)
|