Skip to main content

Delete Experiment

Synopsis

This operator deletes an experiment on a mlflow server

Description

An Experiment is the primary organizational structure with in MLFlow. It is a collection of runs and allows you to visualize, search and compare them. A run is simply put a single execution of your training process and can contain performances, metrics and other parameters

This operator acts similarly to mlflow.client.delete_experiment() in python.

Input

con

Connection to a MLFlow Server

through

Through port to send data through

Output

through

Through port to send data through

Parameters

Experiment id

Id of the experiment to delete

See Also