Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 432 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 432 Bytes

====== Empirical Evaluation of Ensemble Methods

Overview

Implementations of ensemble methods: Ensemble selection, Stacking, Bayesian model averaging and Agnostic learning. Also contains implementations of additional methodologies: Bagging and Model library Pruning

Requirements

  • Python 2.7 or Python 3.3+

Install

The quick way to install requirements::

sudo pip3 -r requirements.txt