Skip to content

Linear Predictor Stacker aims at optimizing predictor's weights against a ML metric

License

Notifications You must be signed in to change notification settings

goldentom42/predictor_stacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BuildStatusTravis CodeCov Code Health License

Linear Predictor Stacker

Features

Find best weights to linearly stack predictors against a metric.

Currently support regression and binary classification.

Code examples can be found here.

Software Requirements

  • Python 2.7 or >= 3.4
  • Numpy >= 1.11
  • Scipy >= 0.9
  • Scikit-learn >= 18.1 to run the examples or >= 17.1
  • Pandas

Installation

From GitHub:

git clone https://github.com/goldentom42/predictor_stacker.git
python setup.py install

About

Linear Predictor Stacker aims at optimizing predictor's weights against a ML metric

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages