alibi.datasets.tensorflow
Last updated
fetch_fashion_mnistfetch_fashion_mnist(return_X_y: bool = False) -> Union[alibi.utils.data.Bunch, Tuple[numpy.ndarray, numpy.ndarray]]Loads the Fashion MNIST dataset.
return_X_y
bool
False
If True, an N x M x P array of data points and N-array of labels are returned instead of a dict.
Returns
Type: Union[alibi.utils.data.Bunch, Tuple[numpy.ndarray, numpy.ndarray]]
Last updated