...
Through python code using the method
...
Having a MLFlow project you can run the train of a model with the following command
mlflow run {folder project} -P {mlflowparams}
For example running the sklearn example of wine:
...
And watch this execution in the controlpanel and explore it:
...
And see the artifact of the project and the model itself
...
mlflow-onesaitplatform-plugin