Description Usage Arguments Details
Prepares the Guess The Correlation dataset available in Kaggle here
1 2 3 4 5 6 7 8 |
root |
path to the data location |
token |
a path to the json file obtained in Kaggle. See here for additional info. |
split |
string. 'train' or 'submition' |
transform |
function that receives a torch tensor and return another torch tensor, transformed. |
indexes |
set of integers for subsampling (e.g. 1:140000) |
download |
wether to download or not |
We use pins for downloading and managing authetication.
If you want to download the dataset you need to register the Kaggle board as
described in this link.
or pass the token
argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.