Create READme.md
Browse filesThis model is trained on a dataset of community water systems in California (https://github.com/CAWaterBoardDataCenter/DDW-Drought-Priortization-2022/raw/main/DroughtWatchPrioritization_v9_input_data_with_TNC.csv). It can be used to predict if a community water system is vulnerable to drought impacts.
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: afl-3.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- f1
|
7 |
+
- recall
|
8 |
+
library_name: sklearn
|
9 |
+
pipeline_tag: tabular-classification
|
10 |
+
tags:
|
11 |
+
- climate
|
12 |
+
- drought
|
13 |
+
- public water system
|
14 |
+
- vulnerability
|
15 |
+
---
|