Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epomatti/python-machine-learning
Simple examples of ML using Python
https://github.com/epomatti/python-machine-learning
machine-learning python scikit-learn
Last synced: 7 days ago
JSON representation
Simple examples of ML using Python
- Host: GitHub
- URL: https://github.com/epomatti/python-machine-learning
- Owner: epomatti
- License: mit
- Created: 2019-08-04T22:31:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T14:15:05.000Z (almost 3 years ago)
- Last Synced: 2024-11-17T00:23:44.565Z (2 months ago)
- Topics: machine-learning, python, scikit-learn
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python ML
```sh
python3 -m venv env
. env/bin/activate
pip install -r requirements.txt
```Run it:
```sh
python3
```