Metadata-Version: 2.1
Name: counterplots
Version: 0.0.1
Summary: Plotting tool for counterfactual explanations
Home-page: https://github.com/ADMAntwerp/CounterPlots
Download-URL: https://pypi.org/project/counterplots/
Author: Raphael Mazzine Barbosa de Oliveira, Bjorge Meulemeester
License: MIT
Keywords: Counterfactual Explanations,Visualization,Plotting,Explainable Artificial Intelligence,XAI,Machine Learning
Description-Content-Type: text/markdown
License-File: LICENSE.txt

<img src="https://raw.githubusercontent.com/ADMAntwerp/CounterPlots/main/_static/counterplots_logo.svg"><br>

--------------------------------------

CounterPlots: Plotting tool for counterfactuals
=======================================

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![example workflow](https://github.com/ADMAntwerp/CounterPlots/actions/workflows/deployment.yml/badge.svg)](https://github.com/ADMAntwerp/CounterPlots/actions)
[![Code Coverage](https://codecov.io/gh/rmazzine/counterplotcoverage/branch/main/graph/badge.svg?token=TQYJSGEMP1)](https://codecov.io/gh/rmazzine/counterplotcoverage)
[![Known Vulnerabilities](https://snyk.io/test/github/ADMAntwerp/CounterPlots/badge.svg)](https://snyk.io/test/github/ADMAntwerp/CounterPlots)

Counterplots is a Python package that allows you to plot counterfactuals with easy integration with any counterfactual generation algorithm.

## Installation
With pip:
```bash
pip install counterplots
```

## Usage



# 0.0.1 / 2023-06-10
==================
* Initial package release
