Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Out of bag error: A) Is the estimation of how typical the dataset at hand is. Does it represent the true underlying population distribution(s) well

Out of bag error:

A) Is the estimation of how "typical" the dataset at hand is. Does it represent the true underlying population distribution(s) well or it is highly unusual and biased?

B) is the training set error, obtained while performing tree bagging: the OOB is calculated by predicting each given observation yiby averaging predictions of all the models trained on the bootstrapped datasets (i.e. it is a proper bagged model prediction).

C) is the estimation of the test set error, obtained while performing tree bagging: the OOB is calculated by predicting each given observation yiby averaging predictions of all the models trained on the bootstrapped datasets that do not contain yi(i.e. it is a proper bagged model prediction, just with smaller "bag" of trees).

D) is the estimation of the test set error, obtainedusing a "classical" bootstrap or cross-validation procedure: we take a subset Diof the original data (through bootstrap or through random subsetting without replacement as in K-fold crossval), then we perform the full bagging/random forest construction just on Di(multiple booststraps, build a tree on each bootstrapped version of the data), then we use the average of the predictions of all the models we just constructed to predict on the data points that are not in Di. Then we repeat the whole procedure multiple times (i.e. select new Diagain, perform bagging/random forest on just that subset of data, predict test set outcomes, etc).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Differential Equations With Boundary-Value Problems

Authors: Dennis G Zill, Ellen Monk, Warren S Wright

8th Edition

1285401298, 9781285401294

More Books

Students also viewed these Mathematics questions

Question

Personal role: This consists of service to family and friends.

Answered: 1 week ago

Question

The role of life: It consists of your own service to yourself.

Answered: 1 week ago