FigshareDatasets

class mastml.datasets.FigshareDatasets[source]

Bases: object

Class to download datasets hosted on Figshare. To install: git clone https://github.com/cognoma/figshare.git

Args:

None

Methods:
download_data: downloads specified data from Figshare and saves to current directory
Args:

article_id: (int), the number denoting the Figshare article ID. Can be obtained from the URL to the Figshare dataset

savepath: (str), string denoting the savepath of the MAST-ML run

Returns:

None

Methods Summary

download_data(article_id[, savepath])

Methods Documentation

download_data(article_id, savepath=None)[source]