cvplot

Understand machine learning models with Contribution-Value plots

https://github.com/iamdecode/cvplot

Science Score: 57.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
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary

Keywords

interpretability learning machine
Last synced: 6 months ago · JSON representation ·

Repository

Understand machine learning models with Contribution-Value plots

Basic Info
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 2
  • Open Issues: 1
  • Releases: 0
Topics
interpretability learning machine
Created about 5 years ago · Last pushed about 4 years ago
Metadata Files
Readme License Citation

README.md

Contribution-Value plots

The Contribution-Value plot is a visual encoding for interpreting machine learning models. [more information]

Demo

Installation

To install use pip:

$ pip install cvplot

If you use jupyter lab, also run:

$ jupyter labextension install cvplot

for classic jupyter notebooks, run:

jupyter nbextension install --py --symlink --overwrite --sys-prefix cvplot jupyter nbextension enable --py --sys-prefix cvplot

Development

For a development installation (requires npm or yarn),

$ git clone https://github.com/iamDecode/cvplot.git $ cd cvplot

You may want to (create and) activate a virtual environment before continuing with:

$ pip install -e . $ jupyter labextension install js $ jupyter nbextension install --py --symlink --overwrite --sys-prefix cvplot $ jupyter nbextension enable --py --sys-prefix cvplot

When actively developing your extension, build Jupyter Lab with the command:

$ jupyter lab --watch

This takes a minute or so to get started, but then automatically rebuilds JupyterLab when your javascript changes.

Citation

If you want to refer to our visualization, please cite our paper using the following BibTeX entry:

bibtex @article{collaris2021comparative, title={Comparative Evaluation of Contribution-Value Plots for Machine Learning Understanding}, author={Collaris, Dennis and van Wijk, Jarke J.}, journal={Journal of Visualization}, year={2021}, issn={1875-8975}, doi={10.1007/s12650-021-00776-w}, url={https://doi.org/10.1007/s12650-021-00776-w} }

License

This project is licensed under the BSD 2-Clause License - see the LICENSE file for details.

Owner

  • Name: Dennis Collaris
  • Login: iamDecode
  • Kind: user
  • Location: Brainport, The Netherlands
  • Company: Eindhoven University of Technology

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
title: Comparative evaluation of contribution-value plots for machine learning understanding
abstract: The field of explainable artificial intelligence aims to help experts understand complex machine learning models. One key approach is to show the impact of a feature on the model prediction. This helps experts to verify and validate the predictions the model provides. However, many challenges remain open. For example, due to the subjective nature of interpretability, a strict definition of concepts such as the contribution of a feature remains elusive. Different techniques have varying underlying assumptions, which can cause inconsistent and conflicting views. In this work, we introduce local and global contribution-value plots as a novel approach to visualize feature impact on predictions and the relationship with feature value. We discuss design decisions and show an exemplary visual analytics implementation that provides new insights into the model. We conducted a user study and found the visualizations aid model interpretation by increasing correctness and confidence and reducing the time taken to obtain an insight.
authors:
  - family-names: Collaris
    given-names: Dennis
    orcid: "https://orcid.org/0000-0001-7612-9319"
  - family-names: van Wijk
    given-names: Jarke J.
    orcid: "https://orcid.org/0000-0002-5128-976X"
doi: 10.1007/s12650-021-00776-w
date-released: 2021-09-11
license: BSD-2-Clause

GitHub Events

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

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 23
  • Total Committers: 1
  • Avg Commits per committer: 23.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Dennis Collaris d****s@m****m 23
Committer Domains (Top 20 + Academic)
me.com: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 9.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
  • kalkite (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 7 last-month
    • npm 1 last-month
  • Total dependent packages: 1
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 3
  • Total maintainers: 2
pypi.org: cvplot

Understand machine learning models with Contribution-Value plots

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 7 Last month
Rankings
Dependent packages count: 10.1%
Forks count: 19.1%
Dependent repos count: 21.6%
Stargazers count: 23.1%
Average: 25.9%
Downloads: 55.4%
Maintainers (1)
Last synced: 7 months ago
npmjs.org: cvplot

Understand machine learning models with Contribution-Value plots

  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 1 Last month
Rankings
Dependent repos count: 25.3%
Dependent packages count: 32.9%
Average: 38.8%
Downloads: 58.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

js/package.json npm
  • css-loader ^3.6.0 development
  • rimraf ^2.6.1 development
  • vue-loader ^15.9.6 development
  • vue-template-compiler ^2.6.12 development
  • webpack ^3.12.0 development
  • @jupyter-widgets/base ^1.1 || ^2 || ^3
  • d3 ^5.9.7
  • lodash ^4.17.4
  • pixi.js ^5.2.1
  • robust-segment-intersect ^1.0.1
  • vue ^2.6.10
js/yarn.lock npm
  • 499 dependencies
setup.py pypi
  • ipywidgets >=7.0.0
  • pandas *
  • scikit-learn *
  • tqdm *