breast_cancer#

Load the breast cancer dataset, which can be used for binary classification problems.

Module Contents#

Functions#

load_breast_cancer

Load breast cancer dataset. Binary classification problem.

Contents#

evalml.demos.breast_cancer.load_breast_cancer()[source]#

Load breast cancer dataset. Binary classification problem.

Returns

X and y

Return type

(pd.Dataframe, pd.Series)