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: 2 months 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
```