-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix numpydoc in pm.Data, pm.MutableData, pm.ConstantData #5485
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5485 +/- ##
=======================================
Coverage 81.44% 81.44%
=======================================
Files 81 81
Lines 14204 14204
=======================================
Hits 11569 11569
Misses 2635 2635
|
pymc/data.py
Outdated
:func:`pymc.Model.set_data`. | ||
|
||
For more information, take a look at this example notebook | ||
https://docs.pymc.io/projects/examples/en/latest/pymc3_howto/data_container.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should not use html links to refer to pymc (or other python libraries commonly used like arviz, aesara, numpy...). This should be done with intersphinx:
:ref:`nb:data_container`
Which will show the title of the notebook as link text, so it's probably best to update the text something like "read the notebook"
Co-authored-by: Oriol Abril-Pla <[email protected]>
Addresses #5459.
This PR:
The
value
parameter still references pandas objects (pd.Series
,pd.Dataframe
).How should we handle them?
On the other hand, I think the reference notebook remains to be translated to the new version. I don't know if we should leave a comment to remember to change it once it is updated or not.
#DataUmbrellaPyMCSprint