guess_the_correlation_dataset: Guess The Correlation dataset

Description Usage Arguments Details

Description

Prepares the Guess The Correlation dataset available in Kaggle here

Usage

1
2
3
4
5
6
7
8
guess_the_correlation_dataset(
  root,
  token = NULL,
  split = "train",
  transform = NULL,
  indexes = NULL,
  download = FALSE
)

Arguments

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

Details

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.


Athospd/guessthecorrelation documentation built on Dec. 31, 2020, 9:51 a.m.