The document compares the prediction accuracies of ridge regression, lasso regression, and elastic net regularization methods on 13 datasets. It finds that the prediction accuracy depends heavily on the nature of the datasets. When using cross-validation, the lasso method worked better than ridge regression and elastic net on two datasets. When using BIC scoring, BIC produced better predictions than cross-validation for 6 datasets, especially favoring ridge regression on highly correlated datasets. Overall, ridge regression, lasso, and elastic net tended to perform similarly except on two datasets where ridge regression outperformed the others.