Metadata-Version: 2.1
Name: lab-ml5sem
Version: 1.0.0
Summary: A package for data visualization and machine learning helper functions.
Home-page: https://github.com/Rohitlyengar/lab_ml
Author: Rohit Iyengar
Author-email: rohitiyengar8@gmail.com
License: MIT
Project-URL: Source, https://github.com/Rohitlyengar/lab_ml
Project-URL: Bug Tracker, https://github.com/Rohitlyengar/lab_ml/issues
Keywords: machine-learning data-visualization helpers
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# lab_ml

A Python package for visualizing machine learning algorithms and their outputs.

## Installation

```
pip install lab-ml5sem
```

## Usage

```python
import lab_ml
```
