An open API service indexing awesome lists of open source software.

https://github.com/rlan/mlmt

Machine Learning Multi-Tool: A collection of loosely organized code to assist machine learning research.
https://github.com/rlan/mlmt

machine-learning python3 research-tool utility-library

Last synced: 6 months ago
JSON representation

Machine Learning Multi-Tool: A collection of loosely organized code to assist machine learning research.

Awesome Lists containing this project

README

        

# 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).