Skip to content

Commit

Permalink
Merge pull request #1 from mattiasthalen/model-builder-pip-command
Browse files Browse the repository at this point in the history
Updated the pip install command call
  • Loading branch information
mattiasthalen authored Mar 31, 2023
2 parents bc06eef + 839a116 commit ef03203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/howto/model_builder.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"source": [
"How would we deploy this model? Save the fitted model, load it on an instance, and predict? Not so simple.\n",
"\n",
"`ModelBuilder` is built for this purpose. It is currently part of the `pymc-experimental` package which we can pip install with `pip install pymc-experimental`. As the name implies, this feature is still experimental and subject to change."
"`ModelBuilder` is built for this purpose. It is currently part of the `pymc-experimental` package which we can pip install with `pip install git+https://github.com/pymc-devs/pymc-experimental.git`. As the name implies, this feature is still experimental and subject to change."
]
},
{
Expand Down

0 comments on commit ef03203

Please sign in to comment.