whylogs.mlflow
#
list_whylogs_runsList all the runs from an experiment that contains whylogs
:rtype: :py:class:typing.List[mlflow.entities.Run]
Arguments:
experiment_id
: the experiment iddataset_name
: the name of the dataset. Default to "default"
#
get_run_profilesRetrieve all whylogs DatasetProfile for a given run and a given dataset name.
Arguments:
client
: :py:class:mlflow.tracking.MlflowClient
:rtype: :py:class:typing.List[whylogs.DatasetProfile]
run_id
: the run iddataset_name
: the dataset name within a run. If not set, use the default value "default"
#
get_experiment_profilesRetrieve all whylogs profiles for a given experiment. This only returns Active Runs at the moment.
:rtype: :py:class:typing.List[whylogs.DatasetProfile]
Arguments:
experiment_id
: the experiment ID stringdataset_name
: the dataset name within a run. If not set, use the default value "default"