classeval

Evaluation of supervised predictions for two-class and multi-class classifiers

https://github.com/erdogant/classeval

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.8%) to scientific vocabulary

Keywords

auc classification evaluation-functions evaluation-metrics plot python receiver-operating-characteristic
Last synced: 4 months ago · JSON representation ·

Repository

Evaluation of supervised predictions for two-class and multi-class classifiers

Basic Info
Statistics
  • Stars: 7
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 17
Topics
auc classification evaluation-functions evaluation-metrics plot python receiver-operating-characteristic
Created almost 6 years ago · Last pushed 10 months ago
Metadata Files
Readme Funding License Citation

README.md

classeval

Python PyPI Version License Forks Open Issues Project Status Downloads Downloads DOI Docs Donate <!---BuyMeCoffee--> <!---Coffee-->

The library classeval is developed to evaluate the models performance of any kind of two-class or multi-class model. classeval computes many scoring measures in case of a two-class clasification model. Some measures are utilized from sklearn, among them AUC, MCC, Cohen kappa score, matthews correlation coefficient, whereas others are custom. This library can help to consistenly compare the output of various models. In addition, it can also give insights in tuning the models performance as the the threshold being used can be adjusted and evaluated. The output of classeval can subsequently plotted in terms of ROC curves, confusion matrices, class distributions, and probability plots. Such plots can help in better understanding of the results.

⭐️ Star this repo if you like it ⭐️

Documentation pages

On the documentation pages you can find more information about classeval with examples.

Install classeval from PyPI

bash pip install classeval # normal install pip install -U classeval # update if needed

Import classeval package

```python import classeval as clf

```


Examples

Example: Evaluate Two-class model


Example: Evaluate multi-class model



Example: Model performance tweaking



Contribute

  • All kinds of contributions are welcome!

Citation

Please cite classeval in your publications if this is useful for your research. See column right for citation information.

Maintainer

  • Erdogan Taskesen, github: erdogant
  • Contributions are welcome.
  • If you wish to buy me a Coffee for this work, it is very appreciated :)

Owner

  • Name: Erdogan
  • Login: erdogant
  • Kind: user
  • Location: Den Haag

Machine Learning | Statistics | Bayesian | D3js | Visualizations

Citation (CITATION.cff)

# YAML 1.2
---
authors: 
  -
    family-names: Taskesen
    given-names: Erdogan
    orcid: "https://orcid.org/0000-0002-3430-9618"
cff-version: "1.1.0"
date-released: 2020-10-07
keywords: 
  - "python"
  - "classification"
  - "auc"
  - "evaluation-functions"
  - "evaluation-metrics"
  - "ROC"
license: "MIT"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://erdogant.github.io/classeval/"
title: "classeval is a python package for the evaluation of supervised predictions for two-class and multi-class classifiers."
version: "0.1.0"
...

GitHub Events

Total
  • Watch event: 1
  • Push event: 1
Last Year
  • Watch event: 1
  • Push event: 1

Committers

Last synced: 6 months ago

All Time
  • Total Commits: 98
  • Total Committers: 1
  • Avg Commits per committer: 98.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
erdogant e****t@g****m 98

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: 3 months
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • eseller (1)
  • fitsie007 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 1,359 last-month
  • Total dependent packages: 2
  • Total dependent repositories: 2
  • Total versions: 17
  • Total maintainers: 1
pypi.org: classeval

Python package classeval

  • Versions: 17
  • Dependent Packages: 2
  • Dependent Repositories: 2
  • Downloads: 1,359 Last month
Rankings
Dependent packages count: 3.2%
Downloads: 9.9%
Dependent repos count: 11.6%
Average: 13.8%
Stargazers count: 21.6%
Forks count: 22.7%
Maintainers (1)
Last synced: 5 months ago

Dependencies

docs/source/requirements.txt pypi
  • pipinstallsphinx_rtd_theme *
requirements-dev.txt pypi
  • sphinx_rtd_theme * development
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v2 composite
  • github/codeql-action/analyze v1 composite
  • github/codeql-action/autobuild v1 composite
  • github/codeql-action/init v1 composite
requirements.txt pypi
  • colourmap *
  • funcsigs *
  • matplotlib *
  • numpy *
  • pandas *
  • scikit-learn *
  • sklearn *
pyproject.toml pypi
  • colourmap *
  • funcsigs *
  • matplotlib *
  • numpy *
  • scikit-learn *