churn#
Load the churn dataset, which can be used for binary classification problems.
Module Contents#
Functions#
Load churn dataset, which can be used for binary classification problems. |
Contents#
- evalml.demos.churn.load_churn(n_rows=None, verbose=True)[source]#
Load churn dataset, which can be used for binary classification problems.
- Parameters
n_rows (int) – Number of rows from the dataset to return
verbose (bool) – Whether to print information about features and labels
- Returns
X and y
- Return type
(pd.Dataframe, pd.Series)