Add svm.py to machine_learning #13816
Open
Annotations
7 errors
|
|
|
machine_learning/svm.py#L7
machine_learning/svm.py:7:68: F401 `sklearn.metrics.confusion_matrix` imported but unused
|
|
machine_learning/svm.py#L7
machine_learning/svm.py:7:45: F401 `sklearn.metrics.classification_report` imported but unused
|
|
machine_learning/svm.py#L4
machine_learning/svm.py:4:21: F401 `sklearn.datasets` imported but unused
|
|
machine_learning/svm.py#L3
machine_learning/svm.py:3:29: F401 `matplotlib.pyplot` imported but unused
|
|
machine_learning/svm.py#L2
machine_learning/svm.py:2:17: F401 `numpy` imported but unused
|
|
machine_learning/svm.py#L1
machine_learning/svm.py:1:1: I001 Import block is un-sorted or un-formatted
|
The logs for this run have expired and are no longer available.
Loading