cache_stats#

scikitplot.cython.cache_stats(cache_dir=None)[source]#

Compute cache statistics.

Parameters:
cache_dirstr or pathlib.Path or None, default=None

Cache root. If None, uses the default cache location.

Returns:
scikitplot.cython.CacheStats

Cache statistics snapshot.

Parameters:

cache_dir (str | Path | None)

Return type:

CacheStats