Estou recebendo uma série de warnings do mesmo tipo enquanto o SVC está rodando, o que isso significa?
DataConversionWarning: A column-vector y was passed when a 1d array was expected. Please change the shape of y to (n_samples, ), for example using ravel().
return f(**kwargs)