ExKaggle.Dataset (ex_kaggle v0.1.0)

View Source

Functions for downloading and interacting with Kaggle datasets.

Summary

Functions

Downloads and unzips the given dataset to the specified destination directory.

Functions

download(dataset, dest_dir, client \\ ExKaggle.Client)

Downloads and unzips the given dataset to the specified destination directory.

dataset is either an API URL or in the form username/dataset_name

Returns a list of the extracted filenames. Often this is just one filename.