Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```