hbui commited on
Commit
79e2fdd
1 Parent(s): 0d1363d

Create READme.md

Browse files

This 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.

Files changed (1) hide show
  1. README.md +15 -0
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
+ ---