Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blacksmithop/pysvm

SVM in python, explained simply
https://github.com/blacksmithop/pysvm

Last synced: about 1 month ago
JSON representation

SVM in python, explained simply

Awesome Lists containing this project

README

        

## Support Vector Machine

```
python3 -m venv venv-name
```

```
python3 -m pip install -r requirements.txt
```

Black formatter and other QoC packages

```
python3 -m pip install -r dev-requirements.txt
```