Metadata-Version: 2.1
Name: mlmt
Version: 0.0.2
Summary: A Machine Learning Multi-Tool
Home-page: https://github.com/rlan/mlmt
License: MIT
Author: Rick Lan
Author-email: rlan@users.noreply.github.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/rlan/mlmt
Description-Content-Type: text/markdown

# A Machine Learning Multi-Tool (mlmt)

A collection of loosely organized code to assist machine learning research.

## Installation

```sh
pip install --upgrade mlmt
```

## Usage

```python
import mlmt
```

