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_homeargument is not provided, it will use a directory specified by theSCIKITPLOT_DATAenvironment variable (if it exists) or otherwise default to an OS-appropriate user cache location.