Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct path in README_copy.md #181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README_copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Last updated: _2023-12-19_.
* Databricks registry URIs should be [Databricks profiles](https://docs.databricks.com/en/dev-tools/cli/profiles.html).
* Note MLflow 2.8.0 introduced [MlflowClient.copy_model_version](https://mlflow.org/docs/latest/python_api/mlflow.client.html#mlflow.client.MlflowClient.copy_model_version). However it is only a shallow copy and does not work across external workspaces or UC metastores.
* Source:
* [Copy_Model_Version.py](mlflow_export_import/copy/Copy_Model_Version.py) - Python script
* [Copy_Model_Version.py](mlflow_export_import/copy/copy_model_version.py) - Python script
* [Copy_Model_Version](databricks_notebooks/copy/Copy_Model_Version.py) - Databricks notebook

Copy model version scenarios:
Expand Down Expand Up @@ -152,7 +152,7 @@ Options:

Overview:
* Copies a run to either the same or another tracking server (workspace).
* Source code: [Copy_Run.py](mlflow_export_import/copy/Copy_Run.py).
* Source code: [Copy_Run.py](mlflow_export_import/copy/copy_run.py).

### Examples

Expand Down