kiwi package

Subpackages

Submodules

kiwi.constants module

kiwi.loggers module

class kiwi.loggers.MLflowLogger[source]

Bases: object

configure(run_uuid, experiment_name, tracking_uri, run_name=None, always_log_artifacts=False, create_run=True, create_experiment=True, nest_run=True)[source]
static end_run()[source]
experiment_id
experiment_name
static get_artifact_uri()[source]
static get_tracking_uri()[source]
static log_artifact(local_path, artifact_path=None)[source]
static log_artifacts(local_dir, artifact_path=None)[source]
static log_metric(key, value)[source]
static log_param(key, value)[source]
run_uuid
should_log_artifacts()[source]
start_nested_run(run_name=None)[source]
class kiwi.loggers.TrackingLogger[source]

Bases: object

class ActiveRun(run_uuid, experiment_id)[source]

Bases: object

configure(run_uuid, experiment_name, run_name=None, nest_run=True, *args, **kwargs)[source]
static end_run()[source]
experiment_id
experiment_name
static get_artifact_uri()[source]
get_tracking_uri()[source]
static log_artifact(local_path, artifact_path=None)[source]
static log_artifacts(local_dir, artifact_path=None)[source]
static log_metric(key, value)[source]
static log_param(key, value)[source]
run_name
run_uuid
should_log_artifacts()[source]
start_nested_run(run_name=None)[source]

Module contents