File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -464,8 +464,8 @@ def align_minibatches(batches=None):
464
464
465
465
466
466
class Data :
467
- """Data container class that wraps the Aesara ``SharedVariable`` class
468
- and lets the model be aware of its inputs and outputs.
467
+ """Data container class that wraps :func:`aesara.shared` and lets
468
+ the model be aware of its inputs and outputs.
469
469
470
470
Parameters
471
471
----------
@@ -478,7 +478,7 @@ class Data:
478
478
random variables). Use this when `value` is a pandas Series or DataFrame. The
479
479
`dims` will then be the name of the Series / DataFrame's columns. See ArviZ
480
480
documentation for more information about dimensions and coordinates:
481
- https:// arviz-devs.github.io/arviz/notebooks/Introduction.html
481
+ :ref:` arviz:quickstart`.
482
482
export_index_as_coords: bool, optional, default=False
483
483
If True, the `Data` container will try to infer what the coordinates should be
484
484
if there is an index in `value`.
You can’t perform that action at this time.
0 commit comments