Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2022 07:00 AM
Currently running this cmmd:-
model_name = "Quality"
model_version = mlflow.register_model(f"runs:/{run_id}/random_forest_model", model_name)
# Registering the model takes a few seconds, so add a small delay
time.sleep(15)
however I get this error:-
RestException: PERMISSION_DENIED: Model Registry is not enabled for organization 2183541758974102.
Does anyone know how to resolve this error?