Upload 12 files
Browse files- classifier/classifier_metadata.json +44 -0
- classifier/xgb_classifier.pkl +3 -0
- encoders/city_encoder.pkl +3 -0
- encoders/features.pkl +3 -0
- forecaster/xgb_12h.pkl +3 -0
- forecaster/xgb_24h.pkl +3 -0
- forecaster/xgb_6h.pkl +3 -0
- shap/nmf_model.pkl +3 -0
- shap/nmf_scaler.pkl +3 -0
- shap/shap_explainer_12h.pkl +3 -0
- shap/shap_explainer_24h.pkl +3 -0
- shap/shap_explainer_6h.pkl +3 -0
classifier/classifier_metadata.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_model": "RandomForest",
|
| 3 |
+
"best_accuracy": 0.8021,
|
| 4 |
+
"best_f1_weighted": 0.8021,
|
| 5 |
+
"rf_accuracy": 0.8021,
|
| 6 |
+
"rf_f1_weighted": 0.8021,
|
| 7 |
+
"xgb_accuracy": 0.7323,
|
| 8 |
+
"xgb_f1_weighted": 0.7365,
|
| 9 |
+
"features": [
|
| 10 |
+
"pm2_5_ugm3",
|
| 11 |
+
"pm10_ugm3",
|
| 12 |
+
"co_ugm3",
|
| 13 |
+
"no2_ugm3",
|
| 14 |
+
"so2_ugm3",
|
| 15 |
+
"o3_ugm3",
|
| 16 |
+
"month",
|
| 17 |
+
"hour"
|
| 18 |
+
],
|
| 19 |
+
"target_int": "aqi_category_enc",
|
| 20 |
+
"target_str": "aqi_category",
|
| 21 |
+
"categories": [
|
| 22 |
+
"Good",
|
| 23 |
+
"Satisfactory",
|
| 24 |
+
"Moderate",
|
| 25 |
+
"Poor",
|
| 26 |
+
"Very Poor",
|
| 27 |
+
"Severe"
|
| 28 |
+
],
|
| 29 |
+
"int_to_category": {
|
| 30 |
+
"0": "Good",
|
| 31 |
+
"1": "Satisfactory",
|
| 32 |
+
"2": "Moderate",
|
| 33 |
+
"3": "Poor",
|
| 34 |
+
"4": "Very Poor",
|
| 35 |
+
"5": "Severe"
|
| 36 |
+
},
|
| 37 |
+
"classes_present": [
|
| 38 |
+
0,
|
| 39 |
+
2,
|
| 40 |
+
3,
|
| 41 |
+
4,
|
| 42 |
+
5
|
| 43 |
+
]
|
| 44 |
+
}
|
classifier/xgb_classifier.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92bbaf59db806222f49eccf1ea107007a3af9b7fd66cd73acced2ec0e688eac6
|
| 3 |
+
size 6738605
|
encoders/city_encoder.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c864ab6dad40e9a7b15e1b9bd8bc5ce726e8a0d3fae75b570abc939df55d06b8
|
| 3 |
+
size 785
|
encoders/features.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85212e03bbaedac8f1e70935dcd2f32007e90758df315971e52eff3d2fbfdfd8
|
| 3 |
+
size 173
|
forecaster/xgb_12h.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6ea4ca66216b5f1e00ad70dcb9d19afc01e818225ef7c828ce32cb4ca74cb7a
|
| 3 |
+
size 1486598
|
forecaster/xgb_24h.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41cab008f5ce6d8bf070931bcacfa5c58904701a9baa65d15aeae8e3e589d3ba
|
| 3 |
+
size 1472386
|
forecaster/xgb_6h.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80d470602f271891c7e71ef65bca248e0c2282acd5109c67f41e446ee47e5694
|
| 3 |
+
size 1487888
|
shap/nmf_model.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69ae0be7d0eccec156407cc352b7833bb5fc86f2b938150a3fed113b7814fd0f
|
| 3 |
+
size 820
|
shap/nmf_scaler.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:989a153f65bfba206c41c088aac88b240d77117e9fe43b20ebd2a921f8940cab
|
| 3 |
+
size 1223
|
shap/shap_explainer_12h.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28c10a9dc21d87df58120b208c262ffbccca85b6ebf3d5fc6ee216cf6986fe08
|
| 3 |
+
size 4659296
|
shap/shap_explainer_24h.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1613fb63a31f21ef41396ea1261133fe1e5cac813020a9d8430440c36512f98f
|
| 3 |
+
size 4632784
|
shap/shap_explainer_6h.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc06726e025c50b5ad27ca6da56e0be08207911e745c8b7a368193ea730dbb8a
|
| 3 |
+
size 4661792
|