https://github.com/p403n1x87/marvin
Marvin is a collection of machine learning utilities for Python 3.6+
https://github.com/p403n1x87/marvin
machine-learning python3
Last synced: 6 days ago
JSON representation
Marvin is a collection of machine learning utilities for Python 3.6+
- Host: GitHub
- URL: https://github.com/p403n1x87/marvin
- Owner: P403n1x87
- License: gpl-3.0
- Created: 2019-12-14T20:03:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T23:12:24.000Z (over 5 years ago)
- Last Synced: 2025-01-31T10:14:35.111Z (9 months ago)
- Topics: machine-learning, python3
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Python utilities for Machine Learning
Synopsis •
Installation •
Examples •# Synopsis
Marvin is a collection of machine learning utilities for Python 3.6+.
# Installation
Marvin can be installed directly from GitHub with
~~~ bash
python3 -m pip install git+https://github.com/P403n1x87/marvin
~~~# Examples
For more details please refer to the [wiki](https://github.com/P403n1x87/marvin/wiki).