MLflow autolging is not registering my experiments
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 07:14 AM
When training a any ML model in a Databricks notebook, after calling model.fit() and train the model, before the model was automatically saved, but now is giving me this error:
WARNING mlflow.utils.autologging_utils: Encountered unexpected error during xgboost autologging: RESOURCE_DOES_NOT_EXIST: No experiment for node XXXXXXXXXXXXXX found. Use the default experiment for a notebook in a repo, or create an MLflow experiment in the workspace.
Any idea why I am getting this error? I have tried restarting the instance and nothing.