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

Creating MLflow expirements within Databricks #810

Closed
DaanRademaker opened this issue Feb 2, 2023 · 1 comment · Fixed by #817
Closed

Creating MLflow expirements within Databricks #810

DaanRademaker opened this issue Feb 2, 2023 · 1 comment · Fixed by #817

Comments

@DaanRademaker
Copy link
Collaborator

Databricks workspaces have a instance of mlflow running. There are two levels of this api:

  1. Databricks only api:
    https://docs.databricks.com/dev-tools/api/latest/mlflow.html
    This part is not part of the open-source Mlflow package but can be used for some unique features of the mlflow experience within Databricks.

  2. The opensource mlflow part of the API. This is documented here:
    https://www.mlflow.org/docs/latest/rest-api.html#create-experiment

Calling the mlflow api has the same endpoint as the databricks only features.
I want to create experiments using cdk in Databricks, would it be ok to build this feature into databricks-cdk package?

@DaanRademaker
Copy link
Collaborator Author

I have created this feature on my fork. Curious to see what you think.
#817

@dan1elt0m dan1elt0m linked a pull request Feb 3, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant