Commit ab20759
feat(automl): add One vs Rest view to confusion matrix (opendatahub-io#7240)
* feat(automl): add One vs Rest view selector to confusion matrix
Co-Authored-By: Claude <noreply@anthropic.com>
* feat(automl): add One vs Rest view to confusion matrix
Co-Authored-By: Claude <noreply@anthropic.com>
* feat(automl): replace inline styles with SCSS classes for confusion matrix cells
Co-Authored-By: Claude <noreply@anthropic.com>
* feat(automl): improve confusion matrix layout and replace hardcoded values with PF tokens
Co-Authored-By: Claude <noreply@anthropic.com>
* fix(automl): add dark mode support for confusion matrix cell colors
Co-Authored-By: Claude <noreply@anthropic.com>
* feat(automl): improve confusion matrix loading skeleton to match table layout
Co-Authored-By: Claude <noreply@anthropic.com>
* test(automl): add unit tests for computeOneVsRest confusion matrix logic
Co-Authored-By: Claude <noreply@anthropic.com>
* refactor(automl): memoize One vs Rest computation and add non-multiclass test
Co-Authored-By: Claude <noreply@anthropic.com>
* fix(automl): bold confusion matrix summary row header to match thead
PF compact table overrides font-weight to normal for tbody th cells.
Explicitly set bold on the bottom-left "Percent correct" header.
Co-Authored-By: Claude <noreply@anthropic.com>
* fix(automl): improve dark mode confusion matrix cell and border colors
Use PF table background variable for dark mode base/header cells so they
match the feature summary table. Add visible grid borders in dark mode
via --border--color override. Tone down cell intensity colors for a more
natural look against dark backgrounds.
Co-Authored-By: Claude <noreply@anthropic.com>
* refactor(automl): clean up confusion matrix SCSS
Co-Authored-By: Claude <noreply@anthropic.com>
* fix(automl): improve confusion matrix loading skeleton
Co-Authored-By: Claude <noreply@anthropic.com>
* test(automl): update confusion matrix loading skeleton tests
Co-Authored-By: Claude <noreply@anthropic.com>
* fix(automl): add horizontal scroll to model details tab content
Co-Authored-By: Claude <noreply@anthropic.com>
* fix(automl): wrap confusion matrix table in InnerScrollContainer
Co-Authored-By: Claude <noreply@anthropic.com>
* fix(automl): improve confusion matrix header layout and cell min-width
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Nick Mazzitelli <nickmazz@ca.ibm.com>1 parent 46ad36a commit ab20759
3 files changed
Lines changed: 562 additions & 122 deletions
File tree
- packages/automl/frontend/src/app/components/run-results/AutomlModelDetailsModal
- tabs
- __tests__
Lines changed: 120 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 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 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
85 | 183 | | |
86 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
87 | 188 | | |
88 | 189 | | |
89 | 190 | | |
90 | 191 | | |
91 | | - | |
92 | | - | |
| 192 | + | |
| 193 | + | |
93 | 194 | | |
94 | 195 | | |
95 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
96 | 202 | | |
97 | 203 | | |
98 | 204 | | |
| |||
104 | 210 | | |
105 | 211 | | |
106 | 212 | | |
107 | | - | |
| 213 | + | |
108 | 214 | | |
109 | 215 | | |
110 | 216 | | |
| |||
123 | 229 | | |
124 | 230 | | |
125 | 231 | | |
126 | | - | |
| 232 | + | |
127 | 233 | | |
128 | 234 | | |
129 | 235 | | |
130 | 236 | | |
131 | 237 | | |
132 | | - | |
| 238 | + | |
133 | 239 | | |
134 | 240 | | |
135 | 241 | | |
| |||
144 | 250 | | |
145 | 251 | | |
146 | 252 | | |
147 | | - | |
148 | | - | |
| 253 | + | |
| 254 | + | |
149 | 255 | | |
150 | 256 | | |
151 | 257 | | |
152 | | - | |
| 258 | + | |
153 | 259 | | |
154 | 260 | | |
155 | 261 | | |
| |||
204 | 310 | | |
205 | 311 | | |
206 | 312 | | |
207 | | - | |
| 313 | + | |
208 | 314 | | |
209 | 315 | | |
210 | 316 | | |
| |||
214 | 320 | | |
215 | 321 | | |
216 | 322 | | |
217 | | - | |
| 323 | + | |
218 | 324 | | |
219 | 325 | | |
220 | 326 | | |
| |||
0 commit comments