An open API service indexing awesome lists of open source software.

https://github.com/apple/dnikit

A Python toolkit for analyzing machine learning models and datasets.
https://github.com/apple/dnikit

ai bias compression data data-duplication fairness fairness-ml introspection machine-learning ml python

Last synced: 8 months ago
JSON representation

A Python toolkit for analyzing machine learning models and datasets.

Awesome Lists containing this project

README

          

# Data and Network Introspection Kit (DNIKit)

A Python toolkit for introspection of machine learning models and datasets.

Please see the [complete docs](https://apple.github.io/dnikit/index.html) for more information.

### Installation

Standard PyPi installation. For installation from a specific branch, see [Contributor's Guide](https://apple.github.io/dnikit/dev/contributing.html).

```
pip install dnikit
```

To run the notebook examples, try this instead:

```
pip install "dnikit[notebook]"
```

Start the notebook:

```
jupyter notebook
```

More installation options can be found in the [docs](https://apple.github.io/dnikit/general/installation.html).