Create a datablock from a tensors. input the item, users, and ratings tensors
Create a datablock from a csv file. You should define the name of the columns which contain the corresponding data
Get some stats about a csv file. mainly used in fromCsv method returns datasetInfo object
save the datablock in a path (training + validation). In case you wanted to save the validation data in different file, write the validation file name in the second argument "validationFileName"
return the size of the dataset (training + validation)
Split the tensors into training and validation set. mainly used in fromTensor method
Generated using TypeDoc
DataBlock is an api which allows you to generate and manupilate your dataset. To be used in the Learner API