This repository contains the code for our AISTATS 2020 paper: A Characterization of Mean Squared Error for Estimator with Bagging
If you find our work useful in your research, please consider citing:
Bagging can significantly improve the generalization performance of unstable machine learning algorithms such as trees or neural networks. Though bagging is now widely used in practice and many empirical studies have explored its behavior, we still know little about the theoretical properties of bagged predictions. In this paper, we theoretically investigate how the bagging method can reduce the Mean Squared Error (MSE) when applied on a statistical estimator. First, we prove that for any estimator, increasing the number of bagged estimators
Install all requirements required to run the code by:
# Activate a new virtual environment
$ pip install -r requirements.txt
If facing any problem with the code, please open an issue here. Please email for any questions, comments, suggestions regarding the paper to us on charles.dognin@verisk.com. Thanks!