MCPcopy Create free account
hub / github.com/AssemblyAI-Community/Machine-Learning-From-Scratch / svm.py

File svm.py

09 SVM/svm.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import numpy as np
2
3class SVM:
4

Callers

nothing calls this directly

Calls 5

SVMClass · 0.85
visualize_svmFunction · 0.85
accuracyFunction · 0.70
fitMethod · 0.45
predictMethod · 0.45

Tested by

no test coverage detected