SemiSupervised
SemiSupervised copied to clipboard
NameError: name 'numpy' is not defined
TSVM.py, line 140, in predict you need use np.array instead of numpy.array
Yes, this problem exists in version 0.0.26 and 0.0.27. Please install the latest version pip install semisupervised==0.0.28.
How can I modify this code for a multi-class problem for image classification?