Create Model (MLFlow)
Synopsis
Create a new model on a MLFlow ServerDescription
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)
Connection to a MLFlow Server
Output
- exa (Data table)
Table with the information on the generated model
- con (Connection)
Connection to a MLFlow Server