make_cache_key#

scikitplot.cython.make_cache_key(payload)[source]#

Create a deterministic cache key from a JSON-serializable mapping.

Parameters:
payloadMapping[str, Any]

JSON-serializable mapping.

Returns:
str

64-character hex digest.

Parameters:

payload (Mapping[str, Any])

Return type:

str