Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
metrics:
|
| 5 |
+
- accuracy
|
| 6 |
+
tags:
|
| 7 |
+
- WildFire
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# FireWatch Wild Fire Prediction Model
|
| 11 |
+
Predict wild fires based on latitude, longitude, brightness, and FRP. Input data as "latitude, longitude, brightness, FRP".
|
| 12 |
+
|
| 13 |
+
## LABEL_0 = Unlikely
|
| 14 |
+
## LABEL_1 = Likely
|
| 15 |
+
|
| 16 |
+
| Category | Latitude, Longitude, Brightness, FRP |
|
| 17 |
+
|----------|--------------------------------------|
|
| 18 |
+
| Likely | -26.76123, 147.15512, 393.02, 203.63 |
|
| 19 |
+
| Likely | -26.7598, 147.14514, 361.54, 79.4 |
|
| 20 |
+
| Unlikely | -25.70059, 149.48932, 313.9, 5.15 |
|
| 21 |
+
| Unlikely | -24.4318, 151.83102, 307.98, 8.79 |
|
| 22 |
+
| Unlikely | -23.21878, 148.91298, 314.08, 7.4 |
|
| 23 |
+
| Likely | 7.87518, 19.9241, 316.32, 39.63 |
|
| 24 |
+
| Unlikely | -20.10942, 148.14326, 314.39, 8.8 |
|
| 25 |
+
| Unlikely | 7.87772, 19.9048, 304.14, 13.43 |
|
| 26 |
+
| Likely | -20.79866, 124.46834, 366.74, 89.06 |
|