Bootstrapping is a method that introduces ___________ in the…

Bootstrapping is a method that introduces ___________ in the subsets for training of each predictor, therefore bagging ends up with a slightly higher bias than pasting. This also leads to the predictors being less correlated, therefore the ensemble’s variance is reduced and bagging usually results in better models as a result

For the example of Linear Regression, how do you train a dat…

For the example of Linear Regression, how do you train a dataset applying Linear Regression? Let’s label Linear Regression as “LR”.   X_train & Y_train are training dataset and corresponding label  X_test & Y_test are testing dataset and corresponding label