- 10500 Views
- 1 replies
- 0 kudos
- 10500 Views
- 1 replies
- 0 kudos
Latest Reply
Hi @Nikhil Gajghate We haven't heard from you since the last response from @Kaniz Fatma , and I was checking back to see if her suggestions helped you.Or else, If you have any solution, please share it with the community, as it can be helpful to o...
- 995 Views
- 0 replies
- 0 kudos
Hello,I have a problem with the model registry. I'm not sure if I'm registering the model incorrectly or if it´s a bug.Here are some code snippets:import pandas as pd
import mlflow
import mlflow.keras
import mlflow.tensorflow
from mlflow.tracking.c...
- 995 Views
- 0 replies
- 0 kudos
by
mo91
• New Contributor III
- 5184 Views
- 4 replies
- 9 kudos
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 delaytime.sleep(15)however I get this error:-RestEx...
- 5184 Views
- 4 replies
- 9 kudos
Latest Reply
@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 .
3 More Replies
- 2837 Views
- 5 replies
- 6 kudos
Hi all, I'm trying to register a model with python 3 support, but continue getting only python 2. I can see that runtime 6.0 and above get python 3 by default, but I don't see a way to set neither runtime version, nor python version during model regi...
- 2837 Views
- 5 replies
- 6 kudos
Latest Reply
Hi team, thanks for getting back to me. Let's put this on hold for now. I will update once it's needed again. It was solely for education purpose and right now I have quite urgent stuff to do.Have a great day.
4 More Replies