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
You should change check_arrays to check_array. Source: https://github.com/scikit-learn/scikit-learn/issues/4624