If I do training on Sagemaker (for example), can I still use the MLflow Tracking Server on Databricks instead of hosting my own server?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2021 06:16 PM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2021 06:18 PM
Yes!
You will have to
pip install mlflow
in your environment as a first step.
For more details, see: https://docs.databricks.com/applications/mlflow/access-hosted-tracking-server.html

