by
missyT
• New Contributor III
- 2401 Views
- 3 replies
- 4 kudos
I am looking to create a basic virtual assistant (AI) that implements machine learning mechanisms.I have some basic knowledge of Python and I have seen some courses on the internet (youtube in particular) that look very interesting.But for the moment...
- 2401 Views
- 3 replies
- 4 kudos
Latest Reply
Hey everyone!I'm clearly excited about this topic since I'm a huge fan of AI assistants and machine learning. MissyT, creating a basic virtual assistant with machine learning capabilities is an excellent idea! With your simple knowledge of Python and...
2 More Replies
- 3372 Views
- 3 replies
- 6 kudos
Is it possible to deploy the mlflow model to a sagemaker endpoint where the image URL is not referring to an image in ECR but the image is actually present in a private docker registry?
- 3372 Views
- 3 replies
- 6 kudos
Latest Reply
Atanu
Databricks Employee
@Saurabh Verma , this to create the endpoint.also, check this out - https://github.com/mlflow/mlflow/blob/0fa849ad75e5733bf76cc14a4455657c5c32f107/mlflow/sagemaker/__init__.py#L361
2 More Replies
- 4314 Views
- 5 replies
- 6 kudos
Can an mlflow registered model automatically infer the online feature store table, if that model is trained and logged via a databricks feature store table and the table is pushed to an online feature store (like AWS RDS)?
- 4314 Views
- 5 replies
- 6 kudos
Latest Reply
Atanu
Databricks Employee
@Saurabh Verma let us know if you need further help on this! Thanks.
4 More Replies
by
Dunken
• New Contributor III
- 4453 Views
- 7 replies
- 3 kudos
I would like to use Databricks in a CD4ML way (see also https://martinfowler.com/articles/cd4ml.html). Is this possible? I would like to develop and train models in one environment once qualified, I would like to deploy the model with the application...
- 4453 Views
- 7 replies
- 3 kudos
Latest Reply
Atanu
Databricks Employee
something below you are looking for @Armin Galliker ?
6 More Replies
- 3132 Views
- 3 replies
- 0 kudos
Hi Guys. I've implemented a Machine Learning model on Databricks and have registered it with a Model URL. I wanted to enquire if I could use this model on Power BI. Basically the model predicts industries based on client demographics. Ideally I would...
- 3132 Views
- 3 replies
- 0 kudos
Latest Reply
Thank you @Werner Stinckens and @Joseph Kambourakis for your replies.
2 More Replies
- 27534 Views
- 9 replies
- 7 kudos
I wanted to deploy a registered model present in databricks managed MLFlow to a sagemaker via databricks notebook?As of now, it is not able to run mlflow sagemaker build-and-push container command directly. What all configurations or steps needed to ...
- 27534 Views
- 9 replies
- 7 kudos
Latest Reply
@Saurabh Verma Please try!import mlflow.sagemaker as mfs
sys.stdout.fileno = lambda: 0
mfs.run_local(model_uri=model_uri,port=8000,image="test")
8 More Replies
- 5228 Views
- 8 replies
- 14 kudos
How to deploy real-time model on databricks at scale? Right now, The model serving is very limited to 20 requests per second. Also, There are no model monitoring framework/graphs like the one's provided with AzureML or Sagemaker frameworks.
- 5228 Views
- 8 replies
- 14 kudos
Latest Reply
I believe the next update to serving will include 1, not 2 (this is still within a Databricks workspace in a region). I don't think multi-model endpoints are on the roadmap next.How does Airflow integration relate?
7 More Replies