Skip to content

Latest commit

 

History

History

tensors

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Sample Raw Data

Example Usage

from pyCP_APR.datasets import load_dataset

# Load a sample authentication tensor
data = load_dataset(name="TOY")

# Training set
coords_train, nnz_train = data['train_coords'], data['train_count']

# Test set and the labels
coords_test, nnz_test = data['test_coords'], data['test_count']