Skip to content

Conversation

@mmcky
Copy link
Contributor

@mmcky mmcky commented Dec 18, 2023

Maintenance tasks

  • update Docker with latest quantecon-book-theme and sphinx-reredirects

@github-actions
Copy link

github-actions bot commented Dec 18, 2023

@mmcky mmcky closed this Dec 18, 2023
@mmcky mmcky reopened this Dec 18, 2023
@mmcky
Copy link
Contributor Author

mmcky commented Dec 18, 2023

The following link is no longer valid

[pmc.sample](https://www.pymc.io/projects/docs/en/latest/api/generated/pymc.sample.html?highlight=sample#pymc.sample) by default uses the NUTS samplers to generate samples as shown in the below cell:

```{code-cell} ipython3
:tag: [hide-output]

with AR1_model:
    trace = pmc.sample(50000, tune=10000, return_inferencedata=True)
```

@HumphreyYang do you know if this is getting deprecated in pymc?

@HumphreyYang
Copy link
Member

HumphreyYang commented Dec 18, 2023

@HumphreyYang do you know if this is getting deprecated in pymc?

Many thanks @mmcky, it is indeed deprecated. I will write an issue and update it in a PR.

@mmcky
Copy link
Contributor Author

mmcky commented Dec 18, 2023

thanks @HumphreyYang -- I will ignore that link issue for now.

@HumphreyYang
Copy link
Member

thanks @HumphreyYang -- I will ignore that link issue for now.

We can use https://www.pymc.io/projects/docs/en/v5.10.0/api/generated/pymc.sample.html#pymc-sample for now

@mmcky mmcky merged commit dc4fe83 into main Dec 18, 2023
@mmcky mmcky deleted the maint-18dec branch December 18, 2023 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants