HELL-A commited on
Commit
ded8cca
1 Parent(s): 3bcaae6
Files changed (3) hide show
  1. README.md +179 -4
  2. config.json +149 -0
  3. rfc_better_F_score_0.8753_Acc_89.94%.pkl +3 -0
README.md CHANGED
@@ -1,6 +1,181 @@
1
  ---
2
- metrics:
3
- - accuracy
4
- pipeline_tag: tabular-classification
5
  library_name: sklearn
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
2
  library_name: sklearn
3
+ tags:
4
+ - sklearn
5
+ - skops
6
+ - tabular-classification
7
+ model_format: pickle
8
+ model_file: rfc_better_F_score_0.8753_Acc_89.94%.pkl
9
+ widget:
10
+ - structuredData:
11
+ Area Density Index/分區密度指數:
12
+ - 0.0
13
+ - 0.0
14
+ - 0.0
15
+ Area Gravidtrap Index/分區誘蚊器指數 (%):
16
+ - 0.0
17
+ - 0.0
18
+ - 0.0
19
+ Season_Autumn:
20
+ - 0
21
+ - 0
22
+ - 0
23
+ Season_Spring:
24
+ - 0
25
+ - 0
26
+ - 0
27
+ Season_Summer:
28
+ - 0
29
+ - 0
30
+ - 0
31
+ Season_Winter:
32
+ - 1
33
+ - 1
34
+ - 1
35
+ 'Unnamed: 0':
36
+ - 0
37
+ - 3
38
+ - 6
39
+ air_pressure:
40
+ - 1024.4
41
+ - 1022.5
42
+ - 1021.1
43
+ dew_point_temp:
44
+ - 13.4
45
+ - 14.2
46
+ - 14.5
47
+ env_humi:
48
+ - 76
49
+ - 77
50
+ - 79
51
+ env_temp:
52
+ - 17.6
53
+ - 18.4
54
+ - 18.3
55
+ gis_aadt:
56
+ - 32670
57
+ - 32670
58
+ - 32670
59
+ gis_building_100:
60
+ - 0.525513
61
+ - 0.525513
62
+ - 0.525513
63
+ gis_greenery_100:
64
+ - 0.0
65
+ - 0.0
66
+ - 0.0
67
+ gis_ndvi:
68
+ - 0.299872361
69
+ - 0.299872361
70
+ - 0.299872361
71
+ gis_road_100:
72
+ - 0.131567
73
+ - 0.131567
74
+ - 0.131567
75
+ gis_water_100:
76
+ - 0.0
77
+ - 0.0
78
+ - 0.0
79
+ rainfall_interval_cum:
80
+ - 0.0
81
+ - 0.0
82
+ - 0.0
83
+ rural:
84
+ - 0
85
+ - 0
86
+ - 0
87
+ suburban:
88
+ - 0
89
+ - 0
90
+ - 0
91
+ urban:
92
+ - 1
93
+ - 1
94
+ - 1
95
+ wind_speed_10mins:
96
+ - 24.4
97
+ - 15.1
98
+ - 25.1
99
+ ---
100
+
101
+ # Model description
102
+
103
+ [More Information Needed]
104
+
105
+ ## Intended uses & limitations
106
+
107
+ [More Information Needed]
108
+
109
+ ## Training Procedure
110
+
111
+ [More Information Needed]
112
+
113
+ ### Hyperparameters
114
+
115
+ <details>
116
+ <summary> Click to expand </summary>
117
+
118
+ | Hyperparameter | Value |
119
+ |--------------------------|---------|
120
+ | bootstrap | True |
121
+ | ccp_alpha | 0.0 |
122
+ | class_weight | |
123
+ | criterion | gini |
124
+ | max_depth | |
125
+ | max_features | sqrt |
126
+ | max_leaf_nodes | |
127
+ | max_samples | |
128
+ | min_impurity_decrease | 0.0 |
129
+ | min_samples_leaf | 1 |
130
+ | min_samples_split | 2 |
131
+ | min_weight_fraction_leaf | 0.0 |
132
+ | n_estimators | 100 |
133
+ | n_jobs | |
134
+ | oob_score | False |
135
+ | random_state | |
136
+ | verbose | 0 |
137
+ | warm_start | False |
138
+
139
+ </details>
140
+
141
+ ### Model Plot
142
+
143
+ <style>#sk-container-id-2 {color: black;}#sk-container-id-2 pre{padding: 0;}#sk-container-id-2 div.sk-toggleable {background-color: white;}#sk-container-id-2 label.sk-toggleable__label {cursor: pointer;display: block;width: 100%;margin-bottom: 0;padding: 0.3em;box-sizing: border-box;text-align: center;}#sk-container-id-2 label.sk-toggleable__label-arrow:before {content: "▸";float: left;margin-right: 0.25em;color: #696969;}#sk-container-id-2 label.sk-toggleable__label-arrow:hover:before {color: black;}#sk-container-id-2 div.sk-estimator:hover label.sk-toggleable__label-arrow:before {color: black;}#sk-container-id-2 div.sk-toggleable__content {max-height: 0;max-width: 0;overflow: hidden;text-align: left;background-color: #f0f8ff;}#sk-container-id-2 div.sk-toggleable__content pre {margin: 0.2em;color: black;border-radius: 0.25em;background-color: #f0f8ff;}#sk-container-id-2 input.sk-toggleable__control:checked~div.sk-toggleable__content {max-height: 200px;max-width: 100%;overflow: auto;}#sk-container-id-2 input.sk-toggleable__control:checked~label.sk-toggleable__label-arrow:before {content: "▾";}#sk-container-id-2 div.sk-estimator input.sk-toggleable__control:checked~label.sk-toggleable__label {background-color: #d4ebff;}#sk-container-id-2 div.sk-label input.sk-toggleable__control:checked~label.sk-toggleable__label {background-color: #d4ebff;}#sk-container-id-2 input.sk-hidden--visually {border: 0;clip: rect(1px 1px 1px 1px);clip: rect(1px, 1px, 1px, 1px);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}#sk-container-id-2 div.sk-estimator {font-family: monospace;background-color: #f0f8ff;border: 1px dotted black;border-radius: 0.25em;box-sizing: border-box;margin-bottom: 0.5em;}#sk-container-id-2 div.sk-estimator:hover {background-color: #d4ebff;}#sk-container-id-2 div.sk-parallel-item::after {content: "";width: 100%;border-bottom: 1px solid gray;flex-grow: 1;}#sk-container-id-2 div.sk-label:hover label.sk-toggleable__label {background-color: #d4ebff;}#sk-container-id-2 div.sk-serial::before {content: "";position: absolute;border-left: 1px solid gray;box-sizing: border-box;top: 0;bottom: 0;left: 50%;z-index: 0;}#sk-container-id-2 div.sk-serial {display: flex;flex-direction: column;align-items: center;background-color: white;padding-right: 0.2em;padding-left: 0.2em;position: relative;}#sk-container-id-2 div.sk-item {position: relative;z-index: 1;}#sk-container-id-2 div.sk-parallel {display: flex;align-items: stretch;justify-content: center;background-color: white;position: relative;}#sk-container-id-2 div.sk-item::before, #sk-container-id-2 div.sk-parallel-item::before {content: "";position: absolute;border-left: 1px solid gray;box-sizing: border-box;top: 0;bottom: 0;left: 50%;z-index: -1;}#sk-container-id-2 div.sk-parallel-item {display: flex;flex-direction: column;z-index: 1;position: relative;background-color: white;}#sk-container-id-2 div.sk-parallel-item:first-child::after {align-self: flex-end;width: 50%;}#sk-container-id-2 div.sk-parallel-item:last-child::after {align-self: flex-start;width: 50%;}#sk-container-id-2 div.sk-parallel-item:only-child::after {width: 0;}#sk-container-id-2 div.sk-dashed-wrapped {border: 1px dashed gray;margin: 0 0.4em 0.5em 0.4em;box-sizing: border-box;padding-bottom: 0.4em;background-color: white;}#sk-container-id-2 div.sk-label label {font-family: monospace;font-weight: bold;display: inline-block;line-height: 1.2em;}#sk-container-id-2 div.sk-label-container {text-align: center;}#sk-container-id-2 div.sk-container {/* jupyter's `normalize.less` sets `[hidden] { display: none; }` but bootstrap.min.css set `[hidden] { display: none !important; }` so we also need the `!important` here to be able to override the default hidden behavior on the sphinx rendered scikit-learn.org. See: https://github.com/scikit-learn/scikit-learn/issues/21755 */display: inline-block !important;position: relative;}#sk-container-id-2 div.sk-text-repr-fallback {display: none;}</style><div id="sk-container-id-2" class="sk-top-container" style="overflow: auto;"><div class="sk-text-repr-fallback"><pre>RandomForestClassifier()</pre><b>In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. <br />On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.</b></div><div class="sk-container" hidden><div class="sk-item"><div class="sk-estimator sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-2" type="checkbox" checked><label for="sk-estimator-id-2" class="sk-toggleable__label sk-toggleable__label-arrow">RandomForestClassifier</label><div class="sk-toggleable__content"><pre>RandomForestClassifier()</pre></div></div></div></div></div>
144
+
145
+ ## Evaluation Results
146
+
147
+ [More Information Needed]
148
+
149
+ # How to Get Started with the Model
150
+
151
+ [More Information Needed]
152
+
153
+ # Model Card Authors
154
+
155
+ This model card is written by following authors:
156
+
157
+ [More Information Needed]
158
+
159
+ # Model Card Contact
160
+
161
+ You can contact the model card authors through following channels:
162
+ [More Information Needed]
163
+
164
+ # Citation
165
+
166
+ Below you can find information related to citation.
167
+
168
+ **BibTeX:**
169
+ ```
170
+ [More Information Needed]
171
+ ```
172
+
173
+ # citation_bibtex
174
+
175
+ # get_started_code
176
+
177
+ # model_card_authors
178
+
179
+ # limitations
180
+
181
+ # model_description
config.json ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "sklearn": {
3
+ "columns": [
4
+ "Unnamed: 0",
5
+ "env_temp",
6
+ "env_humi",
7
+ "wind_speed_10mins",
8
+ "rainfall_interval_cum",
9
+ "air_pressure",
10
+ "dew_point_temp",
11
+ "Area Gravidtrap Index/\u5206\u5340\u8a98\u868a\u5668\u6307\u6578 (%)",
12
+ "Area Density Index/\u5206\u5340\u5bc6\u5ea6\u6307\u6578",
13
+ "Season_Autumn",
14
+ "Season_Spring",
15
+ "Season_Summer",
16
+ "Season_Winter",
17
+ "urban",
18
+ "suburban",
19
+ "rural",
20
+ "gis_aadt",
21
+ "gis_ndvi",
22
+ "gis_building_100",
23
+ "gis_greenery_100",
24
+ "gis_water_100",
25
+ "gis_road_100"
26
+ ],
27
+ "environment": [
28
+ "scikit-learn=1.3.0"
29
+ ],
30
+ "example_input": {
31
+ "Area Density Index/\u5206\u5340\u5bc6\u5ea6\u6307\u6578": [
32
+ 0.0,
33
+ 0.0,
34
+ 0.0
35
+ ],
36
+ "Area Gravidtrap Index/\u5206\u5340\u8a98\u868a\u5668\u6307\u6578 (%)": [
37
+ 0.0,
38
+ 0.0,
39
+ 0.0
40
+ ],
41
+ "Season_Autumn": [
42
+ 0,
43
+ 0,
44
+ 0
45
+ ],
46
+ "Season_Spring": [
47
+ 0,
48
+ 0,
49
+ 0
50
+ ],
51
+ "Season_Summer": [
52
+ 0,
53
+ 0,
54
+ 0
55
+ ],
56
+ "Season_Winter": [
57
+ 1,
58
+ 1,
59
+ 1
60
+ ],
61
+ "Unnamed: 0": [
62
+ 0,
63
+ 3,
64
+ 6
65
+ ],
66
+ "air_pressure": [
67
+ 1024.4,
68
+ 1022.5,
69
+ 1021.1
70
+ ],
71
+ "dew_point_temp": [
72
+ 13.4,
73
+ 14.2,
74
+ 14.5
75
+ ],
76
+ "env_humi": [
77
+ 76,
78
+ 77,
79
+ 79
80
+ ],
81
+ "env_temp": [
82
+ 17.6,
83
+ 18.4,
84
+ 18.3
85
+ ],
86
+ "gis_aadt": [
87
+ 32670,
88
+ 32670,
89
+ 32670
90
+ ],
91
+ "gis_building_100": [
92
+ 0.525513,
93
+ 0.525513,
94
+ 0.525513
95
+ ],
96
+ "gis_greenery_100": [
97
+ 0.0,
98
+ 0.0,
99
+ 0.0
100
+ ],
101
+ "gis_ndvi": [
102
+ 0.299872361,
103
+ 0.299872361,
104
+ 0.299872361
105
+ ],
106
+ "gis_road_100": [
107
+ 0.131567,
108
+ 0.131567,
109
+ 0.131567
110
+ ],
111
+ "gis_water_100": [
112
+ 0.0,
113
+ 0.0,
114
+ 0.0
115
+ ],
116
+ "rainfall_interval_cum": [
117
+ 0.0,
118
+ 0.0,
119
+ 0.0
120
+ ],
121
+ "rural": [
122
+ 0,
123
+ 0,
124
+ 0
125
+ ],
126
+ "suburban": [
127
+ 0,
128
+ 0,
129
+ 0
130
+ ],
131
+ "urban": [
132
+ 1,
133
+ 1,
134
+ 1
135
+ ],
136
+ "wind_speed_10mins": [
137
+ 24.4,
138
+ 15.1,
139
+ 25.1
140
+ ]
141
+ },
142
+ "model": {
143
+ "file": "rfc_better_F_score_0.8753_Acc_89.94%.pkl"
144
+ },
145
+ "model_format": "pickle",
146
+ "task": "tabular-classification",
147
+ "use_intelex": false
148
+ }
149
+ }
rfc_better_F_score_0.8753_Acc_89.94%.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f40c508618ba3918d0b8fc4886d10f7c29f1ab76ebeb8d38a72eb32c1e153c88
3
+ size 5595138921