Extension to sklearn.metrics to allow metrics with multiple predictions.
Project description
toppred
Extension to sklearn.metrics to allow metrics for classifiers that output a top n
prediction.
Some classifiers output confidence levels for each class.
Oftentimes, you want to evaluate the performance of such classifiers assuming the correct prediction is the top n
predictions with the highest confidence level.
This library serves as an extension to the functions provided by sklearn.metrics to allow for evaluating classifiers that do not output a single prediction per sample, but rather a range of top predictions per sample.
Installation
The most straightforward way of installing toppred
is via pip:
pip3 install toppred
Documentation
We provide an extensive documentation including installation instructions and reference at toppred.readthedocs.io.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.