Delete Experiment (MLFlow)
Synopsis
This operator deletes an experiment on a mlflow serverDescription
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)
Connection to a MLFlow Server
- through (Data table)
Through port to send data through
Output
- through (Data table)
Through port to send data through
Parameters
- experiment id Id of the experiment to delete