How to install cmdstanpy in dbx cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 12:14 PM
I have built an HMC model using cmdstand. In my local machine, I have install cmdstan for the following approach.
import cmdstanpy
cmdstanpy.install_cmdstan()But in Databricks I need to reinstall it every time when I train a new model, from the notebook. I have installed the cmdstanpy in the library section of the cluster, but couldn't figure out how to install cmdstan in the cluster directly such that when I restart my cluster again it has the cmdstan ready.
Approaches tried
- Installing cmdstan from notebook before training the model
- Launch web terminal and install cmdstan inside it(but this approach doesn't work if I'm using notebooks to run code)
- Labels:
-
Cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2023 11:10 PM
Hi @Rajamannar Aanjaram Krishnamoorthy
Great to meet you, and thanks for your question!
Let's see if your peers in the community have an answer to your question. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 11:21 PM
Hi @Anonymous there is no progress for this question, may I know what are the next steps for it?