Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
numpy
as
np
2
3
class
SVM:
4
Callers
nothing calls this directly
Calls
5
SVM
Class · 0.85
visualize_svm
Function · 0.85
accuracy
Function · 0.70
fit
Method · 0.45
predict
Method · 0.45
Tested by
no test coverage detected