by
matte
• New Contributor III
- 13808 Views
- 7 replies
- 16 kudos
Hi everybody,I created a simple bayesian model using the pymc library in Python. I would like to graphically represent my model using the pymc.model_to_graphviz(model=model) method.However, it seems it does not work within a databrcks notebook, even ...
- 13808 Views
- 7 replies
- 16 kudos
- 2503 Views
- 1 replies
- 2 kudos
During an interactive notebook session, I want a user to be able to retrieve a secret specific to that user. I haven't decided on storage mechanisms, but I'm open to storage mechanisms that can scalably authorize access to a single user and that I ca...
- 2503 Views
- 1 replies
- 2 kudos
Latest Reply
I ended up using Databricks Secrets as the storage mechanism after learning from my account rep that the limit is soft and we can request a higher scope limit. In this case, each user gets a dedicated scope and no other users have access.
- 2860 Views
- 2 replies
- 3 kudos
the following code...from pyspark.sql.functions import monotonically_increasing_id, lit, expr, randimport uuidfrom databricks import feature_storefrom pyspark.sql.types import StringType, DoubleTypefrom databricks.feature_store import feature_table, ...
- 2860 Views
- 2 replies
- 3 kudos
Latest Reply
Hope that was an easy fix - @Tobias Cortese ! Thanks for marking the "best answer"!
1 More Replies
by
jnjns
• New Contributor II
- 1136 Views
- 0 replies
- 3 kudos
Hi all,I have followed the steps in this notebook to install rasterframes on my databricks cluster.Eventually I am able to import the following:from pyrasterframes import rf_ipython
from pyrasterframes.utils import create_rf_spark_session
from pyspar...
- 1136 Views
- 0 replies
- 3 kudos
- 15158 Views
- 5 replies
- 2 kudos
I am working with Azure Databricks jupyter notebooks and have time-consuming jobs (complex queries, model training, loops over many items, etc.).Every time I close the browser (or step away for a long time) of some running notebook, even before the c...
- 15158 Views
- 5 replies
- 2 kudos
Latest Reply
Hey @Eric P Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best? If not, please tell us so we can help you.Thanks!
4 More Replies
- 20425 Views
- 4 replies
- 1 kudos
Hello,I would like to set the default "spark.driver.maxResultSize" from the notebook on my cluster. I know I can do that in the cluster settings, but is there a way to set it by code?I also know how to do it when I start a spark session, but in my ca...
- 20425 Views
- 4 replies
- 1 kudos
Latest Reply
Hi @Maximilian Hansinger Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark the answer as best? If not, please tell us so we can help you.Thanks!
3 More Replies