Skip to main content

Create Model

Synopsis

Create a new model on a MLFlow Server

Description

This operator creates a new model on a given MLFlow server. A model can be seen as a deployment. You can associate Runs to a given model which are then versions of a given model. This can be done using 'Create Model Version' operator.

Description

This operator has no tutorial processes, but this extension ships with a tutorial project using titanic. Just right-click on a folder in your repository and use 'Add MLFlow Examples' to see it.

Input

con

Connection to a MLFlow Server

Output

exa

Table with the information on the generated model

con

Connection to a MLFlow Server

Parameters

See Also