Find best weights to linearly stack predictors against a metric.
Currently support regression and binary classification.
Code examples can be found here.
- Python 2.7 or >= 3.4
- Numpy >= 1.11
- Scipy >= 0.9
- Scikit-learn >= 18.1 to run the examples or >= 17.1
- Pandas
From GitHub:
git clone https://github.com/goldentom42/predictor_stacker.git python setup.py install