We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fcd07 commit 5fe059fCopy full SHA for 5fe059f
docs/source/api/model.rst
@@ -7,5 +7,6 @@ Model
7
:maxdepth: 2
8
9
model/core
10
- model/transform
+ model/conditioning
11
+ model/optimization
12
model/fgraph
docs/source/api/model/transform.rst renamed to docs/source/api/model/conditioning.rst
@@ -9,12 +9,3 @@ Model Conditioning
observe
change_value_transforms
remove_value_transforms
-
13
14
-Model Optimization
15
-------------------
16
-.. currentmodule:: pymc.model.transform.optimization
17
-.. autosummary::
18
- :toctree: generated/
19
20
- freeze_dims_and_data
docs/source/api/model/optimization.rst
@@ -0,0 +1,7 @@
1
+Model Optimization
2
+------------------
3
+.. currentmodule:: pymc.model.transform.optimization
4
+.. autosummary::
5
+ :toctree: generated/
6
+
+ freeze_dims_and_data
0 commit comments