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.
- Host: GitHub
- URL: https://github.com/rlan/mlmt
- Owner: rlan
- License: mit
- Created: 2021-03-03T11:54:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T10:01:17.000Z (over 3 years ago)
- Last Synced: 2024-11-16T11:37:18.364Z (7 months ago)
- Topics: machine-learning, python3, research-tool, utility-library
- Language: Python
- Homepage: https://mlmt.readthedocs.io/
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Machine Learning Multi-Tool (mlmt)
[](https://pepy.tech/project/mlmt)
[](https://pypi.org/project/mlmt/)
[](https://pypi.org/project/mlmt/)
[](https://pypi.org/project/mlmt/)
[](https://pypi.org/project/mlmt/)
[](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).