lib/templates/html/cdf_uplift.html [68:85]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
},
scales: {
y: {
suggestedMax: {{upliftMax}},
suggestedMin: {{upliftMin}},
beginAtZero: true,
title: {
text: "Uplift (%)",
display: true
}
},
x: {
title: {
text: "Quantile",
display: true
},
ticks: {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
lib/templates/html/uplift.html [69:86]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
},
scales: {
y: {
suggestedMax: {{upliftMax}},
suggestedMin: {{upliftMin}},
beginAtZero: true,
title: {
text: "Uplift (%)",
display: true
}
},
x: {
title: {
text: "Quantile",
display: true
},
ticks: {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -