An open API service indexing awesome lists of open source software.

https://github.com/ml-jku/plattscaling

Python Package for Platt scaling based on the algorithm according to Lin, Lin and Weng
https://github.com/ml-jku/plattscaling

Last synced: 3 months ago
JSON representation

Python Package for Platt scaling based on the algorithm according to Lin, Lin and Weng

Awesome Lists containing this project

README

        

# PlattScaling
Python Package for Platt scaling based on the algorithm according to Lin, Lin and Weng

Install package

Create .tar.gz: python3 setup.py sdist --formats=gztar (.tar.gz in dist directory)

Installation: pip3 install platt-1.0.tar.gz