MCPcopy Create free account
hub / github.com/modAL-python/modAL / multilabel_svm.py

File multilabel_svm.py

tests/example_tests/multilabel_svm.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import numpy as np
2from modAL.models import ActiveLearner
3from modAL.multilabel import SVM_binary_minimum
4from sklearn.multiclass import OneVsRestClassifier

Callers

nothing calls this directly

Calls 3

ActiveLearnerClass · 0.90
queryMethod · 0.45
teachMethod · 0.45

Tested by

no test coverage detected