Metadata-Version: 2.1
Name: mlmt
Version: 0.0.5
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)

[![Downloads per month badge](https://pepy.tech/badge/mlmt/month)](https://pepy.tech/project/mlmt)
[![Link to project on pypi badge](https://img.shields.io/pypi/v/mlmt)](https://pypi.org/project/mlmt/)
[![Package format badge](https://img.shields.io/pypi/format/mlmt)](https://pypi.org/project/mlmt/)
[![Supported python versions badge](https://img.shields.io/pypi/pyversions/mlmt)](https://pypi.org/project/mlmt/)
[![License badge](https://img.shields.io/pypi/l/mlmt)](https://pypi.org/project/mlmt/)
[![Documentation Status](https://readthedocs.org/projects/mlmt/badge/?version=latest)](https://mlmt.readthedocs.io/en/latest/?badge=latest)

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

mlmt @ [GitHub](https://github.com/rlan/mlmt), [PyPi](https://pypi.org/project/mlmt) and [ReadTheDocs](https://mlmt.readthedocs.io/en/latest/?badge=latest).

## Installation

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

## Usage

```python
import mlmt
```

## Developer's Guide

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

