Latest Release | |
License | |
Build Status |
Point to a pickled scikit-learn model object either locally or in Amazon S3. Load the model and serve up for prediction behind an endpoint. Accepts POST and GET requests containing named features for prediction.
Source Code: https://github.com/denver1117/predictor
Package Index: https://pypi.python.org/pypi/predictor
Binary installers for the latest released version are available at the Python package index:
# PyPI
pip install predictor
Evan Harris - Initial work began at Return Path
This project is licensed under the MIT License - see the LICENSE file for details