|
27 | 27 | "rgb(0, 98, 128)",
|
28 | 28 | "rgb(0, 70, 92)"
|
29 | 29 | ],
|
| 30 | + "contrib_distribution": "rgb(211, 211, 211)", |
30 | 31 | "datadrift_historical": "rgba(0,154,203,255)",
|
31 | 32 | "featimportance_colorscale": [
|
32 | 33 | [
|
|
62 | 63 | "rgb(0, 154, 203)"
|
63 | 64 | ]
|
64 | 65 | ],
|
| 66 | + "feature_contributions_cumulative": [ |
| 67 | + "rgb(255, 55, 55)", |
| 68 | + "rgb(255, 166, 0)", |
| 69 | + "rgb(255, 200, 100)", |
| 70 | + "rgb(55, 190, 255)", |
| 71 | + "rgb(0, 0, 255)", |
| 72 | + "rgb(0, 0, 0)" |
| 73 | + ], |
65 | 74 | "featureimp_bar": {
|
66 |
| - "1": "rgba(0,154,203,255)", |
67 |
| - "2": "rgba(223, 103, 0, 0.8)" |
| 75 | + "1": "rgba(0, 154, 203, 1)", |
| 76 | + "2": "rgba(223, 103, 0, 0.8)", |
| 77 | + "3": "rgba(240, 195, 162, 0.8)", |
| 78 | + "4": "rgba(245, 122, 0, 0.8)" |
68 | 79 | },
|
69 | 80 | "featureimp_groups": {
|
70 | 81 | "0": "rgb(10, 204, 143)",
|
71 | 82 | "1": "rgb(176, 140, 104)"
|
72 | 83 | },
|
| 84 | + "featureimp_line": "rgba(52, 55, 54, 0.8)", |
73 | 85 | "interaction_discrete": [
|
74 | 86 | "rgb(95, 70, 144)",
|
75 | 87 | "rgb(29, 105, 150)",
|
|
100 | 112 | "0": "rgba(52, 55, 54, 0.8)",
|
101 | 113 | "1": "rgba(52, 55, 54, 0.8)"
|
102 | 114 | },
|
| 115 | + "prediction_plot": { |
| 116 | + "0": "rgba(0, 70, 92, 0.9)", |
| 117 | + "1": "rgba(168, 84, 0, 0.9)" |
| 118 | + }, |
| 119 | + "report_confusion_matrix": [ |
| 120 | + "rgb(255, 255, 255)", |
| 121 | + "rgb(244, 192, 0)", |
| 122 | + "rgb(255, 166, 17)" |
| 123 | + ], |
| 124 | + "report_feature_distribution": { |
| 125 | + "pred": "rgba(230, 111, 0, 0.9)", |
| 126 | + "test": "rgba(230, 111, 0, 0.9)", |
| 127 | + "train": "rgba(0, 154, 203, 0.9)", |
| 128 | + "true": "rgba(0, 154, 203, 0.9)" |
| 129 | + }, |
103 | 130 | "scatter_line": {
|
104 | 131 | "horizontal": "rgba(17, 136, 240, 0.8)",
|
105 | 132 | "vertical": "rgba(240, 82, 65, 0.8)"
|
|
0 commit comments