get_data_home#

scikitplot.datasets.get_data_home(data_home=None)[source]#

Return a path to the cache directory for example datasets.

This directory is used by load_dataset.

If the data_home argument is not provided, it will use a directory specified by the SCIKITPLOT_DATA environment variable (if it exists) or otherwise default to an OS-appropriate user cache location.