File size: 2,189 Bytes
3fb2ba8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 |
{
"station": {
"index": 0,
"type": "static",
"n_classes": 12,
"ignore": false,
"values": {
"Aotizhongxin": 0,
"Changping": 1,
"Dingling": 2,
"Dongsi": 3,
"Guanyuan": 4,
"Gucheng": 5,
"Huairou": 6,
"Nongzhanguan": 7,
"Shunyi": 8,
"Tiantan": 9,
"Wanliu": 10,
"Wanshouxigong": 11
}
},
"year": {
"index": 1,
"type": "static",
"n_classes": 5,
"ignore": false,
"values": {
"2013": 0,
"2014": 1,
"2015": 2,
"2016": 3,
"2017": 4
}
},
"month": {
"index": 2,
"type": "static",
"n_classes": 12,
"ignore": false,
"values": {
"3": 2,
"4": 3,
"5": 4,
"6": 5,
"7": 6,
"8": 7,
"9": 8,
"10": 9,
"11": 10,
"12": 11,
"1": 0,
"2": 1
}
},
"day": {
"index": 3,
"type": "static",
"n_classes": 31,
"ignore": false,
"values": {
"1": 0,
"2": 1,
"3": 2,
"4": 3,
"5": 4,
"6": 5,
"7": 6,
"8": 7,
"9": 8,
"10": 9,
"11": 10,
"12": 11,
"13": 12,
"14": 13,
"15": 14,
"16": 15,
"17": 16,
"18": 17,
"19": 18,
"20": 19,
"21": 20,
"22": 21,
"23": 22,
"24": 23,
"25": 24,
"26": 25,
"27": 26,
"28": 27,
"29": 28,
"30": 29,
"31": 30
}
},
"season": {
"index": 4,
"type": "static",
"n_classes": 4,
"ignore": false,
"values": {
"Summer": 0,
"Autumn": 1,
"Winter": 2,
"Spring": 3
}
}
} |