fraud ============================ .. py:module:: evalml.demos.fraud .. autoapi-nested-parse:: Load the credit card fraud dataset, which can be used for binary classification problems. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: :nosignatures: evalml.demos.fraud.load_fraud Contents ~~~~~~~~~~~~~~~~~~~ .. py:function:: load_fraud(n_rows=None, verbose=True) Load credit card fraud dataset. The fraud dataset 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)