jieguangzhou commented on code in PR #10175: URL: https://github.com/apache/dolphinscheduler/pull/10175#discussion_r878976757
########## docs/docs/en/guide/task/mlflow.md: ########## @@ -114,6 +110,24 @@ First, introduce some general parameters of DolphinScheduler and [flaml](https://github.com/microsoft/FLAML) +#### Custom projects + + + +**Task Parameter** + +- **mlflow server tracking uri** :MLflow server uri, default http://localhost:5000. +- **experiment name** :The experiment in which the task is running, if none, is created. Review Comment: I think creating the experiment name automatically is not a good operation in this case. It will add a default value ("Default", same as mlflow) of the experiment name for this component now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
