churn ============================ .. py:module:: evalml.demos.churn .. autoapi-nested-parse:: Load the churn dataset, which can be used for binary classification problems. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: :nosignatures: evalml.demos.churn.load_churn Contents ~~~~~~~~~~~~~~~~~~~ .. py:function:: load_churn(n_rows=None, verbose=True) Load churn dataset, which can be used for binary classification problems. :param n_rows: Number of rows from the dataset to return :type n_rows: int :param verbose: Whether to print information about features and labels :type verbose: bool :returns: X and y :rtype: (pd.Dataframe, pd.Series)