Skip to content

Commit

Permalink
Update report_thesis/src/sections/background/ensemble_learning_models…
Browse files Browse the repository at this point in the history
…/etr.tex

Co-authored-by: Pattrigue <[email protected]>
  • Loading branch information
chhoumann and Pattrigue authored Jun 13, 2024
1 parent 5f56e0b commit 97f301c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ \subsubsection{Extra Trees Regressor (ETR)}
\gls{etr} extends the \gls{rf} model by introducing additional randomness in the tree-building process, specifically through random feature selection and random split points.
While \gls{rf} uses bootstrap sampling and selects the best split from a random subset of features to create a set of diverse samples, \gls{etr} instead selects split points randomly within the chosen features, introducing additional randomness.
This process results in even greater variability among the trees, aiming to reduce overfitting and improve the model's robustness.
As a trade off, \gls{etr} is less interpretable than a single decision tree, as the added randomness can introduce more bias than \gls{rf}.
As a trade-off, \gls{etr} is less interpretable than a single decision tree, as the added randomness can introduce more bias than \gls{rf}.
However, it often achieves better generalization performance, especially in high-dimensional or noisy datasets.

0 comments on commit 97f301c

Please sign in to comment.