Metadata-Version: 2.1
Name: mlmt
Version: 0.0.4
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.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: numpy (>=1.19.0,<2.0.0)
Requires-Dist: pandas (>=1.0,<2.0)
Project-URL: Repository, https://github.com/rlan/mlmt
Description-Content-Type: text/markdown

# A Machine Learning Multi-Tool (mlmt)

![](https://img.shields.io/pypi/v/mlmt)
![](https://img.shields.io/pypi/format/mlmt)
![](https://img.shields.io/pypi/pyversions/mlmt)
![](https://img.shields.io/pypi/l/mlmt)

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

## Installation

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

## Usage

```python
import mlmt
```

## Developer's Guide

See project [wiki](https://github.com/rlan/mlmt/wiki).

