Upload 12 files
Browse files- README.md +48 -3
- correlation_heatmap.png +0 -0
- data_info.json +418 -0
- features_heatmap.png +0 -0
- golden_features.json +77 -0
- ldb_performance.png +0 -0
- ldb_performance_boxplot.png +0 -0
- leaderboard.csv +30 -0
- params.json +129 -0
- progress.json +0 -0
- split_train_indices.npy +3 -0
- split_validation_indices.npy +3 -0
README.md
CHANGED
@@ -1,3 +1,48 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# AutoML Leaderboard
|
2 |
+
|
3 |
+
| Best model | name | model_type | metric_type | metric_value | train_time |
|
4 |
+
|:-------------|:-------------------------------------------------------------------------------------------------------------------------------|:---------------|:--------------|---------------:|-------------:|
|
5 |
+
| | [1_Baseline](1_Baseline/README.md) | Baseline | rmse | 22.3189 | 27.94 |
|
6 |
+
| | [2_DecisionTree](2_DecisionTree/README.md) | Decision Tree | rmse | 12.8338 | 3494.55 |
|
7 |
+
| | [3_DecisionTree](3_DecisionTree/README.md) | Decision Tree | rmse | 10.8007 | 3542.61 |
|
8 |
+
| | [4_DecisionTree](4_DecisionTree/README.md) | Decision Tree | rmse | 10.8007 | 3568.62 |
|
9 |
+
| | [5_Default_LightGBM](5_Default_LightGBM/README.md) | LightGBM | rmse | 0.611488 | 5923.24 |
|
10 |
+
| | [6_Default_Xgboost](6_Default_Xgboost/README.md) | Xgboost | rmse | 0.633721 | 5824.88 |
|
11 |
+
| | [7_Default_CatBoost](7_Default_CatBoost/README.md) | CatBoost | rmse | 0.346605 | 41347 |
|
12 |
+
| | [8_Default_NeuralNetwork](8_Default_NeuralNetwork/README.md) | Neural Network | rmse | 1.50702 | 4638.86 |
|
13 |
+
| | [9_Default_RandomForest](9_Default_RandomForest/README.md) | Random Forest | rmse | 9.83145 | 4801.5 |
|
14 |
+
| | [10_Default_ExtraTrees](10_Default_ExtraTrees/README.md) | Extra Trees | rmse | 10.4325 | 4744.49 |
|
15 |
+
| | [20_LightGBM](20_LightGBM/README.md) | LightGBM | rmse | 0.588545 | 6264.59 |
|
16 |
+
| | [11_Xgboost](11_Xgboost/README.md) | Xgboost | rmse | 0.720779 | 5940.07 |
|
17 |
+
| | [29_CatBoost](29_CatBoost/README.md) | CatBoost | rmse | 0.358175 | 60123.8 |
|
18 |
+
| | [38_RandomForest](38_RandomForest/README.md) | Random Forest | rmse | 9.28304 | 5999.16 |
|
19 |
+
| | [47_ExtraTrees](47_ExtraTrees/README.md) | Extra Trees | rmse | 11.5642 | 5532.58 |
|
20 |
+
| | [56_NeuralNetwork](56_NeuralNetwork/README.md) | Neural Network | rmse | 1.76989 | 5756.18 |
|
21 |
+
| | [6_Default_Xgboost_categorical_mix](6_Default_Xgboost_categorical_mix/README.md) | Xgboost | rmse | 0.625617 | 7511.86 |
|
22 |
+
| | [20_LightGBM_GoldenFeatures](20_LightGBM_GoldenFeatures/README.md) | LightGBM | rmse | 0.521862 | 6676.63 |
|
23 |
+
| | [5_Default_LightGBM_GoldenFeatures](5_Default_LightGBM_GoldenFeatures/README.md) | LightGBM | rmse | 0.56261 | 7515.12 |
|
24 |
+
| | [6_Default_Xgboost_categorical_mix_GoldenFeatures](6_Default_Xgboost_categorical_mix_GoldenFeatures/README.md) | Xgboost | rmse | 0.574645 | 8348.49 |
|
25 |
+
| | [20_LightGBM_KMeansFeatures](20_LightGBM_KMeansFeatures/README.md) | LightGBM | rmse | 0.611778 | 6887.65 |
|
26 |
+
| | [57_CatBoost](57_CatBoost/README.md) | CatBoost | rmse | 0.509914 | 30362.9 |
|
27 |
+
| | [58_CatBoost](58_CatBoost/README.md) | CatBoost | rmse | 0.515477 | 47150.4 |
|
28 |
+
| | [57_CatBoost_BoostOnErrors](57_CatBoost_BoostOnErrors/README.md) | CatBoost | rmse | 0.516569 | 31113.8 |
|
29 |
+
| | [Ensemble](Ensemble/README.md) | Ensemble | rmse | 0.324031 | 2.36 |
|
30 |
+
| | [7_Default_CatBoost_Stacked](7_Default_CatBoost_Stacked/README.md) | CatBoost | rmse | 0.444808 | 20187.4 |
|
31 |
+
| | [20_LightGBM_GoldenFeatures_Stacked](20_LightGBM_GoldenFeatures_Stacked/README.md) | LightGBM | rmse | 0.482133 | 6414.12 |
|
32 |
+
| | [6_Default_Xgboost_categorical_mix_GoldenFeatures_Stacked](6_Default_Xgboost_categorical_mix_GoldenFeatures_Stacked/README.md) | Xgboost | rmse | 0.473802 | 6722.89 |
|
33 |
+
| **the best** | [Ensemble_Stacked](Ensemble_Stacked/README.md) | Ensemble | rmse | 0.321204 | 2.98 |
|
34 |
+
|
35 |
+
### AutoML Performance
|
36 |
+
![AutoML Performance](ldb_performance.png)
|
37 |
+
|
38 |
+
### AutoML Performance Boxplot
|
39 |
+
![AutoML Performance Boxplot](ldb_performance_boxplot.png)
|
40 |
+
|
41 |
+
### Features Importance
|
42 |
+
![features importance across models](features_heatmap.png)
|
43 |
+
|
44 |
+
|
45 |
+
|
46 |
+
### Spearman Correlation of Models
|
47 |
+
![models spearman correlation](correlation_heatmap.png)
|
48 |
+
|
correlation_heatmap.png
ADDED
data_info.json
ADDED
@@ -0,0 +1,418 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"columns": [
|
3 |
+
"Unnamed: 0",
|
4 |
+
"assists",
|
5 |
+
"baronKills",
|
6 |
+
"bountyLevel",
|
7 |
+
"champExperience",
|
8 |
+
"champLevel",
|
9 |
+
"championId",
|
10 |
+
"championName",
|
11 |
+
"championTransform",
|
12 |
+
"consumablesPurchased",
|
13 |
+
"damageDealtToBuildings",
|
14 |
+
"damageDealtToObjectives",
|
15 |
+
"damageDealtToTurrets",
|
16 |
+
"damageSelfMitigated",
|
17 |
+
"deaths",
|
18 |
+
"detectorWardsPlaced",
|
19 |
+
"doubleKills",
|
20 |
+
"dragonKills",
|
21 |
+
"firstBloodAssist",
|
22 |
+
"firstBloodKill",
|
23 |
+
"firstTowerAssist",
|
24 |
+
"firstTowerKill",
|
25 |
+
"gameEndedInEarlySurrender",
|
26 |
+
"gameEndedInSurrender",
|
27 |
+
"goldEarned",
|
28 |
+
"goldSpent",
|
29 |
+
"individualPosition",
|
30 |
+
"inhibitorKills",
|
31 |
+
"inhibitorTakedowns",
|
32 |
+
"inhibitorsLost",
|
33 |
+
"item0",
|
34 |
+
"item1",
|
35 |
+
"item2",
|
36 |
+
"item3",
|
37 |
+
"item4",
|
38 |
+
"item5",
|
39 |
+
"item6",
|
40 |
+
"itemsPurchased",
|
41 |
+
"killingSprees",
|
42 |
+
"kills",
|
43 |
+
"lane",
|
44 |
+
"largestCriticalStrike",
|
45 |
+
"largestKillingSpree",
|
46 |
+
"largestMultiKill",
|
47 |
+
"longestTimeSpentLiving",
|
48 |
+
"magicDamageDealt",
|
49 |
+
"magicDamageDealtToChampions",
|
50 |
+
"magicDamageTaken",
|
51 |
+
"neutralMinionsKilled",
|
52 |
+
"nexusKills",
|
53 |
+
"nexusLost",
|
54 |
+
"nexusTakedowns",
|
55 |
+
"objectivesStolen",
|
56 |
+
"objectivesStolenAssists",
|
57 |
+
"participantId",
|
58 |
+
"pentaKills",
|
59 |
+
"physicalDamageDealt",
|
60 |
+
"physicalDamageDealtToChampions",
|
61 |
+
"physicalDamageTaken",
|
62 |
+
"profileIcon",
|
63 |
+
"puuid",
|
64 |
+
"quadraKills",
|
65 |
+
"riotIdName",
|
66 |
+
"riotIdTagline",
|
67 |
+
"role",
|
68 |
+
"sightWardsBoughtInGame",
|
69 |
+
"spell1Casts",
|
70 |
+
"spell2Casts",
|
71 |
+
"spell3Casts",
|
72 |
+
"spell4Casts",
|
73 |
+
"summoner1Casts",
|
74 |
+
"summoner1Id",
|
75 |
+
"summoner2Casts",
|
76 |
+
"summoner2Id",
|
77 |
+
"summonerId",
|
78 |
+
"summonerLevel",
|
79 |
+
"summonerName",
|
80 |
+
"teamEarlySurrendered",
|
81 |
+
"teamId",
|
82 |
+
"teamPosition",
|
83 |
+
"timeCCingOthers",
|
84 |
+
"timePlayed",
|
85 |
+
"totalDamageDealt",
|
86 |
+
"totalDamageDealtToChampions",
|
87 |
+
"totalDamageShieldedOnTeammates",
|
88 |
+
"totalDamageTaken",
|
89 |
+
"totalHeal",
|
90 |
+
"totalHealsOnTeammates",
|
91 |
+
"totalMinionsKilled",
|
92 |
+
"totalTimeCCDealt",
|
93 |
+
"totalTimeSpentDead",
|
94 |
+
"totalUnitsHealed",
|
95 |
+
"tripleKills",
|
96 |
+
"trueDamageDealt",
|
97 |
+
"trueDamageDealtToChampions",
|
98 |
+
"trueDamageTaken",
|
99 |
+
"turretKills",
|
100 |
+
"turretTakedowns",
|
101 |
+
"turretsLost",
|
102 |
+
"unrealKills",
|
103 |
+
"visionScore",
|
104 |
+
"visionWardsBoughtInGame",
|
105 |
+
"wardsKilled",
|
106 |
+
"wardsPlaced",
|
107 |
+
"match_identifier",
|
108 |
+
"duration"
|
109 |
+
],
|
110 |
+
"rows": 402990,
|
111 |
+
"cols": 106,
|
112 |
+
"target_is_numeric": true,
|
113 |
+
"columns_info": {
|
114 |
+
"Unnamed: 0": [
|
115 |
+
"scale"
|
116 |
+
],
|
117 |
+
"assists": [
|
118 |
+
"scale"
|
119 |
+
],
|
120 |
+
"baronKills": [],
|
121 |
+
"bountyLevel": [
|
122 |
+
"scale"
|
123 |
+
],
|
124 |
+
"champExperience": [
|
125 |
+
"scale"
|
126 |
+
],
|
127 |
+
"champLevel": [
|
128 |
+
"scale"
|
129 |
+
],
|
130 |
+
"championId": [
|
131 |
+
"scale"
|
132 |
+
],
|
133 |
+
"championName": [
|
134 |
+
"categorical",
|
135 |
+
"many_categories"
|
136 |
+
],
|
137 |
+
"championTransform": [],
|
138 |
+
"consumablesPurchased": [
|
139 |
+
"scale"
|
140 |
+
],
|
141 |
+
"damageDealtToBuildings": [
|
142 |
+
"missing_values",
|
143 |
+
"scale"
|
144 |
+
],
|
145 |
+
"damageDealtToObjectives": [
|
146 |
+
"scale"
|
147 |
+
],
|
148 |
+
"damageDealtToTurrets": [
|
149 |
+
"scale"
|
150 |
+
],
|
151 |
+
"damageSelfMitigated": [
|
152 |
+
"scale"
|
153 |
+
],
|
154 |
+
"deaths": [
|
155 |
+
"scale"
|
156 |
+
],
|
157 |
+
"detectorWardsPlaced": [
|
158 |
+
"scale"
|
159 |
+
],
|
160 |
+
"doubleKills": [
|
161 |
+
"scale"
|
162 |
+
],
|
163 |
+
"dragonKills": [],
|
164 |
+
"firstBloodAssist": [],
|
165 |
+
"firstBloodKill": [],
|
166 |
+
"firstTowerAssist": [],
|
167 |
+
"firstTowerKill": [],
|
168 |
+
"gameEndedInEarlySurrender": [],
|
169 |
+
"gameEndedInSurrender": [],
|
170 |
+
"goldEarned": [
|
171 |
+
"scale"
|
172 |
+
],
|
173 |
+
"goldSpent": [
|
174 |
+
"scale"
|
175 |
+
],
|
176 |
+
"individualPosition": [
|
177 |
+
"categorical",
|
178 |
+
"few_categories"
|
179 |
+
],
|
180 |
+
"inhibitorKills": [],
|
181 |
+
"inhibitorTakedowns": [
|
182 |
+
"missing_values"
|
183 |
+
],
|
184 |
+
"inhibitorsLost": [
|
185 |
+
"missing_values",
|
186 |
+
"scale"
|
187 |
+
],
|
188 |
+
"item0": [
|
189 |
+
"scale"
|
190 |
+
],
|
191 |
+
"item1": [
|
192 |
+
"scale"
|
193 |
+
],
|
194 |
+
"item2": [
|
195 |
+
"scale"
|
196 |
+
],
|
197 |
+
"item3": [
|
198 |
+
"scale"
|
199 |
+
],
|
200 |
+
"item4": [
|
201 |
+
"scale"
|
202 |
+
],
|
203 |
+
"item5": [
|
204 |
+
"scale"
|
205 |
+
],
|
206 |
+
"item6": [
|
207 |
+
"scale"
|
208 |
+
],
|
209 |
+
"itemsPurchased": [
|
210 |
+
"scale"
|
211 |
+
],
|
212 |
+
"killingSprees": [
|
213 |
+
"scale"
|
214 |
+
],
|
215 |
+
"kills": [
|
216 |
+
"scale"
|
217 |
+
],
|
218 |
+
"lane": [
|
219 |
+
"categorical",
|
220 |
+
"few_categories"
|
221 |
+
],
|
222 |
+
"largestCriticalStrike": [
|
223 |
+
"scale"
|
224 |
+
],
|
225 |
+
"largestKillingSpree": [
|
226 |
+
"scale"
|
227 |
+
],
|
228 |
+
"largestMultiKill": [
|
229 |
+
"scale"
|
230 |
+
],
|
231 |
+
"longestTimeSpentLiving": [
|
232 |
+
"scale"
|
233 |
+
],
|
234 |
+
"magicDamageDealt": [
|
235 |
+
"scale"
|
236 |
+
],
|
237 |
+
"magicDamageDealtToChampions": [
|
238 |
+
"scale"
|
239 |
+
],
|
240 |
+
"magicDamageTaken": [
|
241 |
+
"scale"
|
242 |
+
],
|
243 |
+
"neutralMinionsKilled": [
|
244 |
+
"scale"
|
245 |
+
],
|
246 |
+
"nexusKills": [],
|
247 |
+
"nexusLost": [
|
248 |
+
"missing_values"
|
249 |
+
],
|
250 |
+
"nexusTakedowns": [
|
251 |
+
"missing_values"
|
252 |
+
],
|
253 |
+
"objectivesStolen": [],
|
254 |
+
"objectivesStolenAssists": [],
|
255 |
+
"participantId": [
|
256 |
+
"scale"
|
257 |
+
],
|
258 |
+
"pentaKills": [],
|
259 |
+
"physicalDamageDealt": [
|
260 |
+
"scale"
|
261 |
+
],
|
262 |
+
"physicalDamageDealtToChampions": [
|
263 |
+
"scale"
|
264 |
+
],
|
265 |
+
"physicalDamageTaken": [
|
266 |
+
"scale"
|
267 |
+
],
|
268 |
+
"profileIcon": [
|
269 |
+
"scale"
|
270 |
+
],
|
271 |
+
"puuid": [
|
272 |
+
"categorical",
|
273 |
+
"many_categories"
|
274 |
+
],
|
275 |
+
"quadraKills": [],
|
276 |
+
"riotIdName": [
|
277 |
+
"empty_column"
|
278 |
+
],
|
279 |
+
"riotIdTagline": [
|
280 |
+
"empty_column"
|
281 |
+
],
|
282 |
+
"role": [
|
283 |
+
"categorical",
|
284 |
+
"few_categories"
|
285 |
+
],
|
286 |
+
"sightWardsBoughtInGame": [
|
287 |
+
"constant_column"
|
288 |
+
],
|
289 |
+
"spell1Casts": [
|
290 |
+
"scale"
|
291 |
+
],
|
292 |
+
"spell2Casts": [
|
293 |
+
"scale"
|
294 |
+
],
|
295 |
+
"spell3Casts": [
|
296 |
+
"scale"
|
297 |
+
],
|
298 |
+
"spell4Casts": [
|
299 |
+
"scale"
|
300 |
+
],
|
301 |
+
"summoner1Casts": [
|
302 |
+
"scale"
|
303 |
+
],
|
304 |
+
"summoner1Id": [
|
305 |
+
"scale"
|
306 |
+
],
|
307 |
+
"summoner2Casts": [
|
308 |
+
"scale"
|
309 |
+
],
|
310 |
+
"summoner2Id": [
|
311 |
+
"scale"
|
312 |
+
],
|
313 |
+
"summonerId": [
|
314 |
+
"categorical",
|
315 |
+
"many_categories"
|
316 |
+
],
|
317 |
+
"summonerLevel": [
|
318 |
+
"scale"
|
319 |
+
],
|
320 |
+
"summonerName": [
|
321 |
+
"missing_values",
|
322 |
+
"categorical",
|
323 |
+
"many_categories"
|
324 |
+
],
|
325 |
+
"teamEarlySurrendered": [],
|
326 |
+
"teamId": [
|
327 |
+
"scale"
|
328 |
+
],
|
329 |
+
"teamPosition": [
|
330 |
+
"missing_values",
|
331 |
+
"categorical",
|
332 |
+
"few_categories"
|
333 |
+
],
|
334 |
+
"timeCCingOthers": [
|
335 |
+
"scale"
|
336 |
+
],
|
337 |
+
"timePlayed": [
|
338 |
+
"scale"
|
339 |
+
],
|
340 |
+
"totalDamageDealt": [
|
341 |
+
"scale"
|
342 |
+
],
|
343 |
+
"totalDamageDealtToChampions": [
|
344 |
+
"scale"
|
345 |
+
],
|
346 |
+
"totalDamageShieldedOnTeammates": [
|
347 |
+
"scale"
|
348 |
+
],
|
349 |
+
"totalDamageTaken": [
|
350 |
+
"scale"
|
351 |
+
],
|
352 |
+
"totalHeal": [
|
353 |
+
"scale"
|
354 |
+
],
|
355 |
+
"totalHealsOnTeammates": [
|
356 |
+
"scale"
|
357 |
+
],
|
358 |
+
"totalMinionsKilled": [
|
359 |
+
"scale"
|
360 |
+
],
|
361 |
+
"totalTimeCCDealt": [
|
362 |
+
"scale"
|
363 |
+
],
|
364 |
+
"totalTimeSpentDead": [
|
365 |
+
"scale"
|
366 |
+
],
|
367 |
+
"totalUnitsHealed": [
|
368 |
+
"scale"
|
369 |
+
],
|
370 |
+
"tripleKills": [],
|
371 |
+
"trueDamageDealt": [
|
372 |
+
"scale"
|
373 |
+
],
|
374 |
+
"trueDamageDealtToChampions": [
|
375 |
+
"scale"
|
376 |
+
],
|
377 |
+
"trueDamageTaken": [
|
378 |
+
"scale"
|
379 |
+
],
|
380 |
+
"turretKills": [
|
381 |
+
"scale"
|
382 |
+
],
|
383 |
+
"turretTakedowns": [
|
384 |
+
"missing_values",
|
385 |
+
"scale"
|
386 |
+
],
|
387 |
+
"turretsLost": [
|
388 |
+
"missing_values",
|
389 |
+
"scale"
|
390 |
+
],
|
391 |
+
"unrealKills": [
|
392 |
+
"constant_column"
|
393 |
+
],
|
394 |
+
"visionScore": [
|
395 |
+
"scale"
|
396 |
+
],
|
397 |
+
"visionWardsBoughtInGame": [
|
398 |
+
"scale"
|
399 |
+
],
|
400 |
+
"wardsKilled": [
|
401 |
+
"scale"
|
402 |
+
],
|
403 |
+
"wardsPlaced": [
|
404 |
+
"scale"
|
405 |
+
],
|
406 |
+
"match_identifier": [
|
407 |
+
"scale"
|
408 |
+
],
|
409 |
+
"duration": [
|
410 |
+
"scale"
|
411 |
+
]
|
412 |
+
},
|
413 |
+
"target_info": [
|
414 |
+
"scale"
|
415 |
+
],
|
416 |
+
"n_features": 106,
|
417 |
+
"is_sample_weighted": false
|
418 |
+
}
|
features_heatmap.png
ADDED
golden_features.json
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"new_features": [
|
3 |
+
{
|
4 |
+
"feature1": "deaths",
|
5 |
+
"feature2": "goldEarned",
|
6 |
+
"operation": "ratio",
|
7 |
+
"score": 0.2014668121
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"feature1": "deaths",
|
11 |
+
"feature2": "goldSpent",
|
12 |
+
"operation": "ratio",
|
13 |
+
"score": 0.2247471463
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"feature1": "goldEarned",
|
17 |
+
"feature2": "deaths",
|
18 |
+
"operation": "ratio",
|
19 |
+
"score": 0.2369093914
|
20 |
+
},
|
21 |
+
{
|
22 |
+
"feature1": "deaths",
|
23 |
+
"feature2": "champExperience",
|
24 |
+
"operation": "ratio",
|
25 |
+
"score": 0.2462720005
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"feature1": "goldSpent",
|
29 |
+
"feature2": "deaths",
|
30 |
+
"operation": "ratio",
|
31 |
+
"score": 0.2591732562
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"feature1": "champExperience",
|
35 |
+
"feature2": "deaths",
|
36 |
+
"operation": "ratio",
|
37 |
+
"score": 0.2859566015
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"feature1": "deaths",
|
41 |
+
"feature2": "champLevel",
|
42 |
+
"operation": "ratio",
|
43 |
+
"score": 0.3010603145
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"feature1": "champLevel",
|
47 |
+
"feature2": "deaths",
|
48 |
+
"operation": "diff",
|
49 |
+
"score": 0.3145748462
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"feature1": "deaths",
|
53 |
+
"feature2": "largestKillingSpree",
|
54 |
+
"operation": "diff",
|
55 |
+
"score": 0.3253135638
|
56 |
+
},
|
57 |
+
{
|
58 |
+
"feature1": "deaths",
|
59 |
+
"feature2": "duration",
|
60 |
+
"operation": "ratio",
|
61 |
+
"score": 0.336137842
|
62 |
+
}
|
63 |
+
],
|
64 |
+
"new_columns": [
|
65 |
+
"deaths_ratio_goldEarned",
|
66 |
+
"deaths_ratio_goldSpent",
|
67 |
+
"goldEarned_ratio_deaths",
|
68 |
+
"deaths_ratio_champExperience",
|
69 |
+
"goldSpent_ratio_deaths",
|
70 |
+
"champExperience_ratio_deaths",
|
71 |
+
"deaths_ratio_champLevel",
|
72 |
+
"champLevel_diff_deaths",
|
73 |
+
"deaths_diff_largestKillingSpree",
|
74 |
+
"deaths_ratio_duration"
|
75 |
+
],
|
76 |
+
"ml_task": "regression"
|
77 |
+
}
|
ldb_performance.png
ADDED
ldb_performance_boxplot.png
ADDED
leaderboard.csv
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name,model_type,metric_type,metric_value,train_time
|
2 |
+
1_Baseline,Baseline,rmse,22.318935381380832,27.94
|
3 |
+
2_DecisionTree,Decision Tree,rmse,12.83379766865896,3494.55
|
4 |
+
3_DecisionTree,Decision Tree,rmse,10.800676293816194,3542.61
|
5 |
+
4_DecisionTree,Decision Tree,rmse,10.800676293816194,3568.62
|
6 |
+
5_Default_LightGBM,LightGBM,rmse,0.6114883729173533,5923.24
|
7 |
+
6_Default_Xgboost,Xgboost,rmse,0.6337209729289456,5824.88
|
8 |
+
7_Default_CatBoost,CatBoost,rmse,0.3466054719490989,41347.01
|
9 |
+
8_Default_NeuralNetwork,Neural Network,rmse,1.507023092544376,4638.86
|
10 |
+
9_Default_RandomForest,Random Forest,rmse,9.831448649833627,4801.5
|
11 |
+
10_Default_ExtraTrees,Extra Trees,rmse,10.432491374345451,4744.49
|
12 |
+
20_LightGBM,LightGBM,rmse,0.5885449664707786,6264.59
|
13 |
+
11_Xgboost,Xgboost,rmse,0.7207793388180099,5940.07
|
14 |
+
29_CatBoost,CatBoost,rmse,0.35817482202487816,60123.81
|
15 |
+
38_RandomForest,Random Forest,rmse,9.283044769061258,5999.16
|
16 |
+
47_ExtraTrees,Extra Trees,rmse,11.564207884976689,5532.58
|
17 |
+
56_NeuralNetwork,Neural Network,rmse,1.7698912878113324,5756.18
|
18 |
+
6_Default_Xgboost_categorical_mix,Xgboost,rmse,0.6256166277137684,7511.86
|
19 |
+
20_LightGBM_GoldenFeatures,LightGBM,rmse,0.5218622452689776,6676.63
|
20 |
+
5_Default_LightGBM_GoldenFeatures,LightGBM,rmse,0.5626099955321513,7515.12
|
21 |
+
6_Default_Xgboost_categorical_mix_GoldenFeatures,Xgboost,rmse,0.5746448691069389,8348.49
|
22 |
+
20_LightGBM_KMeansFeatures,LightGBM,rmse,0.6117777413567926,6887.65
|
23 |
+
57_CatBoost,CatBoost,rmse,0.5099142231159661,30362.94
|
24 |
+
58_CatBoost,CatBoost,rmse,0.5154769877486025,47150.43
|
25 |
+
57_CatBoost_BoostOnErrors,CatBoost,rmse,0.5165689123489368,31113.81
|
26 |
+
Ensemble,Ensemble,rmse,0.32403054771933637,2.36
|
27 |
+
7_Default_CatBoost_Stacked,CatBoost,rmse,0.4448082726971148,20187.38
|
28 |
+
20_LightGBM_GoldenFeatures_Stacked,LightGBM,rmse,0.48213325995504747,6414.12
|
29 |
+
6_Default_Xgboost_categorical_mix_GoldenFeatures_Stacked,Xgboost,rmse,0.4738022038081249,6722.89
|
30 |
+
Ensemble_Stacked,Ensemble,rmse,0.3212043110899509,2.98
|
params.json
ADDED
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"mode": "Compete",
|
3 |
+
"ml_task": "regression",
|
4 |
+
"results_path": "simple_regressor_complete_perform_unchained_1_full",
|
5 |
+
"total_time_limit": 345600,
|
6 |
+
"model_time_limit": null,
|
7 |
+
"algorithms": [
|
8 |
+
"Baseline",
|
9 |
+
"Decision Tree",
|
10 |
+
"Random Forest",
|
11 |
+
"Extra Trees",
|
12 |
+
"LightGBM",
|
13 |
+
"Xgboost",
|
14 |
+
"CatBoost",
|
15 |
+
"Neural Network",
|
16 |
+
"Nearest Neighbors"
|
17 |
+
],
|
18 |
+
"train_ensemble": true,
|
19 |
+
"stack_models": true,
|
20 |
+
"eval_metric": "rmse",
|
21 |
+
"validation_strategy": {
|
22 |
+
"validation_type": "kfold",
|
23 |
+
"shuffle": true,
|
24 |
+
"X_path": "simple_regressor_complete_perform_unchained_1_full/X.data",
|
25 |
+
"y_path": "simple_regressor_complete_perform_unchained_1_full/y.data",
|
26 |
+
"results_path": "simple_regressor_complete_perform_unchained_1_full",
|
27 |
+
"k_folds": 10
|
28 |
+
},
|
29 |
+
"verbose": 1,
|
30 |
+
"explain_level": 2,
|
31 |
+
"golden_features": true,
|
32 |
+
"features_selection": true,
|
33 |
+
"start_random_models": 10,
|
34 |
+
"hill_climbing_steps": 2,
|
35 |
+
"top_models_to_improve": 5,
|
36 |
+
"boost_on_errors": true,
|
37 |
+
"kmeans_features": true,
|
38 |
+
"mix_encoding": true,
|
39 |
+
"max_single_prediction_time": null,
|
40 |
+
"n_jobs": -1,
|
41 |
+
"random_state": 1234,
|
42 |
+
"saved": [
|
43 |
+
"1_Baseline",
|
44 |
+
"2_DecisionTree",
|
45 |
+
"3_DecisionTree",
|
46 |
+
"4_DecisionTree",
|
47 |
+
"5_Default_LightGBM",
|
48 |
+
"6_Default_Xgboost",
|
49 |
+
"7_Default_CatBoost",
|
50 |
+
"8_Default_NeuralNetwork",
|
51 |
+
"9_Default_RandomForest",
|
52 |
+
"10_Default_ExtraTrees",
|
53 |
+
"20_LightGBM",
|
54 |
+
"11_Xgboost",
|
55 |
+
"29_CatBoost",
|
56 |
+
"38_RandomForest",
|
57 |
+
"47_ExtraTrees",
|
58 |
+
"56_NeuralNetwork",
|
59 |
+
"6_Default_Xgboost_categorical_mix",
|
60 |
+
"20_LightGBM_GoldenFeatures",
|
61 |
+
"5_Default_LightGBM_GoldenFeatures",
|
62 |
+
"6_Default_Xgboost_categorical_mix_GoldenFeatures",
|
63 |
+
"20_LightGBM_KMeansFeatures",
|
64 |
+
"57_CatBoost",
|
65 |
+
"58_CatBoost",
|
66 |
+
"57_CatBoost_BoostOnErrors",
|
67 |
+
"Ensemble",
|
68 |
+
"7_Default_CatBoost_Stacked",
|
69 |
+
"20_LightGBM_GoldenFeatures_Stacked",
|
70 |
+
"6_Default_Xgboost_categorical_mix_GoldenFeatures_Stacked",
|
71 |
+
"Ensemble_Stacked"
|
72 |
+
],
|
73 |
+
"fit_level": "finished",
|
74 |
+
"best_model": "Ensemble_Stacked",
|
75 |
+
"load_on_predict": [
|
76 |
+
"10_Default_ExtraTrees",
|
77 |
+
"11_Xgboost",
|
78 |
+
"20_LightGBM",
|
79 |
+
"20_LightGBM_GoldenFeatures",
|
80 |
+
"20_LightGBM_KMeansFeatures",
|
81 |
+
"29_CatBoost",
|
82 |
+
"2_DecisionTree",
|
83 |
+
"38_RandomForest",
|
84 |
+
"3_DecisionTree",
|
85 |
+
"47_ExtraTrees",
|
86 |
+
"4_DecisionTree",
|
87 |
+
"56_NeuralNetwork",
|
88 |
+
"57_CatBoost",
|
89 |
+
"57_CatBoost_BoostOnErrors",
|
90 |
+
"58_CatBoost",
|
91 |
+
"5_Default_LightGBM",
|
92 |
+
"5_Default_LightGBM_GoldenFeatures",
|
93 |
+
"6_Default_Xgboost",
|
94 |
+
"6_Default_Xgboost_categorical_mix",
|
95 |
+
"6_Default_Xgboost_categorical_mix_GoldenFeatures",
|
96 |
+
"7_Default_CatBoost",
|
97 |
+
"7_Default_CatBoost_Stacked",
|
98 |
+
"8_Default_NeuralNetwork",
|
99 |
+
"9_Default_RandomForest",
|
100 |
+
"Ensemble",
|
101 |
+
"Ensemble_Stacked"
|
102 |
+
],
|
103 |
+
"stacked": [
|
104 |
+
"Ensemble",
|
105 |
+
"7_Default_CatBoost",
|
106 |
+
"29_CatBoost",
|
107 |
+
"57_CatBoost",
|
108 |
+
"58_CatBoost",
|
109 |
+
"57_CatBoost_BoostOnErrors",
|
110 |
+
"20_LightGBM_GoldenFeatures",
|
111 |
+
"5_Default_LightGBM_GoldenFeatures",
|
112 |
+
"6_Default_Xgboost_categorical_mix_GoldenFeatures",
|
113 |
+
"20_LightGBM",
|
114 |
+
"5_Default_LightGBM",
|
115 |
+
"20_LightGBM_KMeansFeatures",
|
116 |
+
"6_Default_Xgboost_categorical_mix",
|
117 |
+
"6_Default_Xgboost",
|
118 |
+
"11_Xgboost",
|
119 |
+
"8_Default_NeuralNetwork",
|
120 |
+
"56_NeuralNetwork",
|
121 |
+
"38_RandomForest",
|
122 |
+
"9_Default_RandomForest",
|
123 |
+
"10_Default_ExtraTrees",
|
124 |
+
"3_DecisionTree",
|
125 |
+
"4_DecisionTree",
|
126 |
+
"47_ExtraTrees",
|
127 |
+
"2_DecisionTree"
|
128 |
+
]
|
129 |
+
}
|
progress.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
split_train_indices.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78ddbd7c0a57548d9dcf716e5b76c1b555cbcbec682100c617d4d918b12d455c
|
3 |
+
size 2901656
|
split_validation_indices.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e2079d12a5bd9b93410be21ad8eb39ac0fd0237f6d524cab5aa90ea7fbd90e9
|
3 |
+
size 322520
|