MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / svm_medical.py

File svm_medical.py

svm_class/svm_medical.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# https://deeplearningcourses.com/c/support-vector-machines-in-python
2# https://www.udemy.com/support-vector-machines-in-python
3from __future__ import print_function, division
4from future.utils import iteritems

Callers

nothing calls this directly

Calls 4

fit_transformMethod · 0.45
transformMethod · 0.45
fitMethod · 0.45
scoreMethod · 0.45

Tested by

no test coverage detected