Metadata-Version: 2.1
Name: datavizml
Version: 0.0.12
Summary: A package to explore and visualise a dataset in preparation for an ML project
Home-page: https://github.com/dibble07/datavizml
Author: Dr Robert Dibble
Author-email: robertdibble@live.co.uk
Project-URL: Bug Tracker, https://github.com/dibble07/datavizml/issues
Project-URL: Changelog, https://github.com/dibble07/datavizml/releases
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# DataVizML

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Coverage Status](https://coveralls.io/repos/github/dibble07/datavizml/badge.svg?branch=main)](https://coveralls.io/github/dibble07/datavizml?branch=main)
[![Documentation Status](https://readthedocs.org/projects/datavizml/badge/?version=latest)](https://datavizml.readthedocs.io/en/latest/?badge=latest)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/datavizml)

``DataVizML`` is a high-level Object Orientated Python package which aims to provide an easy and intuitive way of exploring the distribution of a set of ML model features and their relationship to a proposed target

## Installation

It is recommended to install ``DataVizML`` using pip:
```
pip install datavizml
```

## Documentation

[Read the Docs](https://datavizml.readthedocs.io/en/latest/)
