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
- Host: GitHub
- URL: https://github.com/ml-jku/plattscaling
- Owner: ml-jku
- License: gpl-3.0
- Created: 2018-09-14T08:45:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T09:05:01.000Z (over 6 years ago)
- Last Synced: 2025-01-10T06:11:54.513Z (5 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlattScaling
Python Package for Platt scaling based on the algorithm according to Lin, Lin and WengInstall package
Create .tar.gz: python3 setup.py sdist --formats=gztar (.tar.gz in dist directory)
Installation: pip3 install platt-1.0.tar.gz