同步操作将从 Gitee 极速下载/MLflow 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
This simple example shows how you could use MLFlow REST API to create new runs inside an experiment to log parameters/metrics.
To run this example code do the following:
Open a terminal and navigate to the /tmp directory and start the mlflow tracking server:
mlflow server
In another terminal window navigate to the mlflow/examples/rest_api directory. Run the example code
with this command:
python mlflow_tracking_rest_api.py
Program options:
usage: mlflow_tracking_rest_api.py [-h] [--hostname HOSTNAME] [--port PORT] [--experiment-id EXPERIMENT_ID] MLFlow REST API Example optional arguments: -h, --help show this help message and exit --hostname HOSTNAME MLFlow server hostname/ip (default: localhost) --port PORT MLFlow server port number (default: 5000) --experiment-id EXPERIMENT_ID Experiment ID (default: 0)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。