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?
05-18-2022 02:51 AM
@Martin Olowe There are certain limitations with the community edition and you do not have this feature there. To use this you need to go with the commercial version of Databricks as mentioned by @Hubert Dudek .
03-30-2022 07:21 AM
It is the limitation of the community edition. In the left menu, models are disabled. On Azure, I have models.
03-30-2022 07:25 AM
so if I was working of azure I will not would encounter this error?
03-30-2022 07:47 AM
@Martin Olowe , Correct, but it is a commercial version (you can get a 14-day free trial + free credits when you register a new Azure account).
05-18-2022 02:51 AM
@Martin Olowe There are certain limitations with the community edition and you do not have this feature there. To use this you need to go with the commercial version of Databricks as mentioned by @Hubert Dudek .
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.
If there isn’t a group near you, start one and help create a community that brings people together.
Request a New Group