evalml.demos.
load_fraud
The fraud dataset can be used for binary classification problems.
n_rows (int) – Number of rows from the dataset to return
verbose (bool) – Whether to print information about features and labels
X and y
Union[(ww.DataTable, ww.DataColumn), (pd.Dataframe, pd.Series)]