File size: 2,836 Bytes
d3effd7 | 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 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 | {
"n10_C0.01": {
"n_components": 10,
"C": 0.01,
"macro_f1": 0.037549263264331556,
"variance_explained": 0.8109531402587891
},
"n10_C0.1": {
"n_components": 10,
"C": 0.1,
"macro_f1": 0.09082555037573753,
"variance_explained": 0.8109531402587891
},
"n10_C1.0": {
"n_components": 10,
"C": 1.0,
"macro_f1": 0.1358059248071181,
"variance_explained": 0.8109531402587891
},
"n10_C10.0": {
"n_components": 10,
"C": 10.0,
"macro_f1": 0.15994694518834152,
"variance_explained": 0.8109531402587891
},
"n25_C0.01": {
"n_components": 25,
"C": 0.01,
"macro_f1": 0.054326770922762196,
"variance_explained": 0.927660346031189
},
"n25_C0.1": {
"n_components": 25,
"C": 0.1,
"macro_f1": 0.16962886824232618,
"variance_explained": 0.927660346031189
},
"n25_C1.0": {
"n_components": 25,
"C": 1.0,
"macro_f1": 0.23943115415972255,
"variance_explained": 0.927660346031189
},
"n25_C10.0": {
"n_components": 25,
"C": 10.0,
"macro_f1": 0.2549104350159898,
"variance_explained": 0.927660346031189
},
"n50_C0.01": {
"n_components": 50,
"C": 0.01,
"macro_f1": 0.06572262809952352,
"variance_explained": 0.9965676665306091
},
"n50_C0.1": {
"n_components": 50,
"C": 0.1,
"macro_f1": 0.2041417956792545,
"variance_explained": 0.9965676665306091
},
"n50_C1.0": {
"n_components": 50,
"C": 1.0,
"macro_f1": 0.25251906264548163,
"variance_explained": 0.9965676665306091
},
"n50_C10.0": {
"n_components": 50,
"C": 10.0,
"macro_f1": 0.25387199619263157,
"variance_explained": 0.9965676665306091
},
"n75_C0.01": {
"n_components": 75,
"C": 0.01,
"macro_f1": 0.06626788731728002,
"variance_explained": 0.9999995231628418
},
"n75_C0.1": {
"n_components": 75,
"C": 0.1,
"macro_f1": 0.20544600707253902,
"variance_explained": 0.9999995231628418
},
"n75_C1.0": {
"n_components": 75,
"C": 1.0,
"macro_f1": 0.25407369420011316,
"variance_explained": 0.9999995231628418
},
"n75_C10.0": {
"n_components": 75,
"C": 10.0,
"macro_f1": 0.25781331354086773,
"variance_explained": 0.9999995231628418
},
"n98_C0.01": {
"n_components": 98,
"C": 0.01,
"macro_f1": 0.06572713579212633,
"variance_explained": 1.0000001192092896
},
"n98_C0.1": {
"n_components": 98,
"C": 0.1,
"macro_f1": 0.20535768345480362,
"variance_explained": 1.0000001192092896
},
"n98_C1.0": {
"n_components": 98,
"C": 1.0,
"macro_f1": 0.2534467760731951,
"variance_explained": 1.0000001192092896
},
"n98_C10.0": {
"n_components": 98,
"C": 10.0,
"macro_f1": 0.25958425048982325,
"variance_explained": 1.0000001192092896
}
} |