We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff7ac2 commit c349569Copy full SHA for c349569
pymc3/data.py
@@ -425,8 +425,11 @@ class Data:
425
... pm.set_data({'data': data_vals})
426
... traces.append(pm.sample())
427
428
- For more information on how to set the value of the data container
429
- variable check out :func:`pm.set_data()`.
+ To set the value of the data container variable, check out
+ :func:`pm.set_data()`.
430
+
431
+ For more information, take a look at this example notebook
432
+ https://docs.pymc.io/notebooks/data_container.html
433
"""
434
def __new__(self, name, value):
435
# `pm.model.pandas_to_array` takes care of parameter `value` and
0 commit comments