From 10c8a62cabb306d9cc668c787ea4a364471313b1 Mon Sep 17 00:00:00 2001 From: Christian Bager Bach Houmann Date: Wed, 12 Jun 2024 02:49:13 +0200 Subject: [PATCH] Apply suggestions from code review --- report_thesis/src/sections/experiments/stacking_ensemble.tex | 1 - 1 file changed, 1 deletion(-) diff --git a/report_thesis/src/sections/experiments/stacking_ensemble.tex b/report_thesis/src/sections/experiments/stacking_ensemble.tex index 69ed1ae1..ccbe2147 100644 --- a/report_thesis/src/sections/experiments/stacking_ensemble.tex +++ b/report_thesis/src/sections/experiments/stacking_ensemble.tex @@ -32,7 +32,6 @@ \subsubsection{Category Method \& Pipeline Selection}\label{subsec:category_meth These pipelines represent the optimal configurations for each oxide, and are used as base estimators in the stacking ensemble. \subsubsection{Grid Search}\label{subsec:grid_search} -To identify the optimal stacking ensemble configuration, we briefly developed and employed a grid search methodology. This approach systematically evaluates combinations of top-performing models to determine the best ensemble based on cross-validation metrics. The grid search process begins by generating all possible combinations of the selected models.