builtin_config_path#

scikitplot.mlflow.builtin_config_path(fmt='toml')[source]#

Return the path to the built-in demo config shipped with the package.

Parameters:
fmt{“toml”, “yaml”}, default=”toml”

Which demo config to return.

Returns:
pathlib.Path

Path to the built-in config file.

Raises:
ValueError

If fmt is not supported.

FileNotFoundError

If the built-in config file is missing (packaging error).

Parameters:

fmt (str)

Return type:

Path