SemiSupervised icon indicating copy to clipboard operation
SemiSupervised copied to clipboard

NameError: name 'numpy' is not defined

Open igor-yusupov opened this issue 5 years ago • 2 comments

TSVM.py, line 140, in predict you need use np.array instead of numpy.array

igor-yusupov avatar Jan 07 '21 22:01 igor-yusupov

Yes, this problem exists in version 0.0.26 and 0.0.27. Please install the latest version pip install semisupervised==0.0.28.

rosefun avatar Jan 08 '21 03:01 rosefun

How can I modify this code for a multi-class problem for image classification?

ranjiGT avatar May 26 '21 23:05 ranjiGT