I'm trying to use a svm function from the scikit learn package for python but I get the error message:
from sklearn.utils.validation import check_arrays
ImportError: cannot import name 'check_arrays'
I'm using python 3.4. Can anyone give me an advice? Thanks in advance.