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 9926606 commit 15ff63fCopy full SHA for 15ff63f
pymc3/gp/__init__.py
@@ -1,3 +1,3 @@
1
from . import cov
2
from . import mean
3
-from .gp import GP, sample_gp
+from .gp import GPMarginal, GPMarginalSparse, GPLatent, TProcess
0 commit comments