https://github.com/blacksmithop/pysvm
SVM in python, explained simply
https://github.com/blacksmithop/pysvm
Last synced: about 1 year ago
JSON representation
SVM in python, explained simply
- Host: GitHub
- URL: https://github.com/blacksmithop/pysvm
- Owner: blacksmithop
- Created: 2022-06-09T04:03:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T04:10:16.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T05:22:08.765Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```