jyamagishi

Results 1 issues of jyamagishi

**Describe the bug** SVC model trained with a scipy sparse matrix cannot be serialized (pickled). **To Reproduce** ``` #!/usr/bin/env python import sklearn.svm from sklearn import datasets import scipy.sparse import pickle...

bug