Message-ID: <21358289.123.1632427490922.JavaMail.bigchem@cpu> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_122_1120060494.1632427490922" ------=_Part_122_1120060494.1632427490922 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Bagging

Bagging

Bagging (Bootstrap aggregating) is a meta-learning technique= that involves creation of an ensemble of models based on random train= ing sets and created from the original training set by sampling with replac= ement.

The final model is a simple average of the individual models within the = ensemble.

In other words, bagging involves:

Bagging achieves two important goals: validation and assessment of predictive uncertainty, that is:

------=_Part_122_1120060494.1632427490922--