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: 2 months 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 (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T14:15:05.000Z (over 4 years ago)
- Last Synced: 2025-03-11T02:51:16.161Z (over 1 year 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
```