File size: 2,071 Bytes
681ce86 |
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 |
{
"new_features": [
{
"feature1": "deaths",
"feature2": "goldEarned",
"operation": "ratio",
"score": 0.2014668121
},
{
"feature1": "deaths",
"feature2": "goldSpent",
"operation": "ratio",
"score": 0.2247471463
},
{
"feature1": "goldEarned",
"feature2": "deaths",
"operation": "ratio",
"score": 0.2369093914
},
{
"feature1": "deaths",
"feature2": "champExperience",
"operation": "ratio",
"score": 0.2462720005
},
{
"feature1": "goldSpent",
"feature2": "deaths",
"operation": "ratio",
"score": 0.2591732562
},
{
"feature1": "champExperience",
"feature2": "deaths",
"operation": "ratio",
"score": 0.2859566015
},
{
"feature1": "deaths",
"feature2": "champLevel",
"operation": "ratio",
"score": 0.3010603145
},
{
"feature1": "champLevel",
"feature2": "deaths",
"operation": "diff",
"score": 0.3145748462
},
{
"feature1": "deaths",
"feature2": "largestKillingSpree",
"operation": "diff",
"score": 0.3253135638
},
{
"feature1": "deaths",
"feature2": "duration",
"operation": "ratio",
"score": 0.336137842
}
],
"new_columns": [
"deaths_ratio_goldEarned",
"deaths_ratio_goldSpent",
"goldEarned_ratio_deaths",
"deaths_ratio_champExperience",
"goldSpent_ratio_deaths",
"champExperience_ratio_deaths",
"deaths_ratio_champLevel",
"champLevel_diff_deaths",
"deaths_diff_largestKillingSpree",
"deaths_ratio_duration"
],
"ml_task": "regression"
} |