Logger
app.routers.logger
list_experiments
def list_experiments()
list_runs
def list_runs(experiment_id: str)
get_run_metrics
def get_run_metrics(experiment_id: str, run_id: str)
get_run_checkpoints
def get_run_checkpoints(experiment_id: str, run_id: str)
get_feature_importance
def get_feature_importance(experiment_id: str)