Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 666 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 666 Bytes

Data and Network Introspection Kit (DNIKit)

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

Please see the complete docs for more information.

Installation

Standard PyPi installation. For installation from a specific branch, see Contributor's Guide.

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.