decision-tree Implements a simple random forest on a bank marketing dataset. Decision trees are constructed using Information Gain and OOB sampling is done to create random forests. Run random_forest.py to see accuracy.