218k views
3 votes
Scikit-learn works with lists, numpy arrays, scipy-sparse matrices, and pandas DataFrames, so converting the dataset to a DataFrame is not necessary for training this model. Using a DataFrame does however help make many things easier such as munging data, so let's practice creating a classifier with a pandas DataFrame. Convert the sklearn.dataset cancer to a DataFrame.

User Sjmh
by
4.4k points

1 Answer

4 votes

Answer:

I didn't know answer sorry sorry

User Jody Bruchon
by
4.5k points