breast_cancer ==================================== .. py:module:: evalml.demos.breast_cancer .. autoapi-nested-parse:: Load the breast cancer dataset, which can be used for binary classification problems. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: :nosignatures: evalml.demos.breast_cancer.load_breast_cancer Contents ~~~~~~~~~~~~~~~~~~~ .. py:function:: load_breast_cancer() Load breast cancer dataset. Binary classification problem. :returns: X and y :rtype: (pd.Dataframe, pd.Series)