Skip to content

Conversation

@liulehui
Copy link
Contributor

Description

  1. the mlflow.start_run() does not have the tracking_uri arg: https://mlflow.org/docs/latest/api_reference/python_api/mlflow.html#mlflow.start_run
  2. rewrite the mlflow set up as follow
mlflow.set_tracking_uri(uri="file://some_shared_storage_path/mlruns")
mlflow.set_experiment("my_experiment")
mlflow.start_run()

Related issues

N/A

Signed-off-by: Lehui Liu <lehui@anyscale.com>
Signed-off-by: Lehui Liu <lehui@anyscale.com>
@liulehui liulehui marked this pull request as ready for review October 21, 2025 23:18
@liulehui liulehui requested review from a team as code owners October 21, 2025 23:18
@liulehui liulehui added the go add ONLY when ready to merge, run all tests label Oct 21, 2025
Copy link
Contributor

@matthewdeng matthewdeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice find

Signed-off-by: Lehui Liu <lehui@anyscale.com>
@matthewdeng matthewdeng merged commit f3b563a into ray-project:master Oct 22, 2025
6 checks passed
nrghosh pushed a commit to nrghosh/ray that referenced this pull request Oct 22, 2025
## Description
1. the `mlflow.start_run()` does not have the `tracking_uri` arg:
https://mlflow.org/docs/latest/api_reference/python_api/mlflow.html#mlflow.start_run
2. rewrite the mlflow set up as follow
```
mlflow.set_tracking_uri(uri="file://some_shared_storage_path/mlruns")
mlflow.set_experiment("my_experiment")
mlflow.start_run()
```

## Related issues
N/A

---------

Signed-off-by: Lehui Liu <lehui@anyscale.com>
landscapepainter pushed a commit to landscapepainter/ray that referenced this pull request Nov 17, 2025
## Description
1. the `mlflow.start_run()` does not have the `tracking_uri` arg:
https://mlflow.org/docs/latest/api_reference/python_api/mlflow.html#mlflow.start_run
2. rewrite the mlflow set up as follow
```
mlflow.set_tracking_uri(uri="file://some_shared_storage_path/mlruns")
mlflow.set_experiment("my_experiment")
mlflow.start_run()
```

## Related issues
N/A

---------

Signed-off-by: Lehui Liu <lehui@anyscale.com>
Aydin-ab pushed a commit to Aydin-ab/ray-aydin that referenced this pull request Nov 19, 2025
## Description
1. the `mlflow.start_run()` does not have the `tracking_uri` arg:
https://mlflow.org/docs/latest/api_reference/python_api/mlflow.html#mlflow.start_run
2. rewrite the mlflow set up as follow
```
mlflow.set_tracking_uri(uri="file://some_shared_storage_path/mlruns")
mlflow.set_experiment("my_experiment")
mlflow.start_run()
```

## Related issues
N/A

---------

Signed-off-by: Lehui Liu <lehui@anyscale.com>
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

go add ONLY when ready to merge, run all tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants