-
-
Notifications
You must be signed in to change notification settings - Fork 269
probabilistic matrix factorization #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Note: the "good first issue" label only applies to updating the notebook from |
Hi @OriolAbril , can I take this issue up? I am going through the probabilistic matrix factorization notebook at the moment and thought I could attempt to make the recommended changes. |
Definitely, I'll assign it to you. Let me know if you have any doubts, especially on xarray which can be challenging even for seasoned pymc3 users |
sure, thanks! I'll get back to you on this. |
Looking into this one. |
* Add pre-commit config Closes #39 * Apply pre-commit formatting
File: https://github.com/pymc-devs/pymc-examples/blob/main/examples/case_studies/probabilistic_matrix_factorization.ipynb
Reviewers: @ColCarroll
Known changes needed
Changes listed in this section should all be done at some point in order to get this
notebook to a "Best Practices" state. However, these are probably not enough!
Make sure to thoroughly review the notebook and search for other updates.
General updates
Changes for discussion
Changes listed in this section are up for discussion, these are ideas on how to improve
the notebook but may not have a clear implementation, or fix some know issue only partially.
ArviZ related
_norms
in code cell 23 looks like it could be replaced byxr.apply_ufunc
(usinginput_core_dims
)Notes
Exotic dependencies
None
Computing requirements
Model samples in roughly 1 hour
The text was updated successfully, but these errors were encountered: