You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _articles/RJ-2025-045/RJ-2025-045.R
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -327,7 +327,7 @@ if (knitr::is_latex_output()) {
327
327
kableExtra::kbl(KPItab,
328
328
escape=F, caption="Arithmetic and geometric mean of the KPI (both instance-normalized and non-normalized) for each algorithm on the test set, along with the results for the algorithm selected by the learning model (first row).",
@@ -439,7 +439,7 @@ if (knitr::is_html_output()) {
439
439
fs<-NULL
440
440
}
441
441
kableExtra::kbl(KPItab,
442
-
escape=F, caption="Arithmetic and geometric mean of the non-normalized KPI for single best choice, ML choice, and optimal choice. The ML choice is based on the predictions of the alpha-conditional quantile for alpha=0.25.",booktabs=TRUE,
442
+
escape=F, caption="Arithmetic and geometric mean of the non-normalized KPI for single best choice, ML choice, and optimal choice. The ML choice is based on the predictions of the alpha-conditional quantile for alpha=0.25.",booktabs=TRUE,
## ----DALEX1, echo = FALSE, tidy=TRUE, out.width = ifelse(knitr::is_latex_output(), "70%" , "100%"), fig.cap="Reversed empirical cumulative distribution function of the absolute residuals of the trained models.", fig.alt = "Reversed empirical cumulative distribution function of the absolute residuals of the trained model."----
@@ -666,7 +666,7 @@ if (knitr::is_html_output()) {
666
666
results_table %>%
667
667
kableExtra::kbl(
668
668
escape=FALSE, caption="Performance results of various models on the CPMP-2015 dataset. The last row represents the performance of the quantile random forest model based on instance-normalized KPI using the \\CRANpkg{ASML} package.
669
-
The preceding rows detail the results (all taken from original ASlib study) of the virtual best solver (vbs), single best solver (singleBest), and the considered regression methods (linear model, regression trees and regression random forest).", booktabs=TRUE,
669
+
The preceding rows detail the results (all taken from original ASlib study) of the virtual best solver (vbs), single best solver (singleBest), and the considered regression methods (linear model, regression trees and regression random forest).", booktabs=TRUE,
0 commit comments