SemiSupervised
SemiSupervised copied to clipboard
ImportError: cannot import name 'S3SVM' from 'semisupervised'
"from semisupervised import S3SVM".this is not work. if i use the "from semisupervised import S3VM", there will be an error of " np.matrix is not supported. Please convert to a numpy array with np.asarray". i don't know how to solve it.