Skip to content

Commit f216380

Browse files
michaelosthegegmingasmikkelbue
committed
Add MLDA from PyMC codebase
Co-authored-by: Greg Mingas <[email protected]> Co-authored-by: Mikkel Bue Lykkegaard <[email protected]>
1 parent dea6bc9 commit f216380

File tree

4 files changed

+1913
-0
lines changed

4 files changed

+1913
-0
lines changed

pymc_experimental/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
from pymc_experimental.bart import *
1515
from pymc_experimental import distributions
1616
from pymc_experimental import gp
17+
from pymc_experimental import step_methods
1718
from pymc_experimental import utils
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from pymc_experimental.step_methods.mlda import (
2+
DEMetropolisZMLDA,
3+
MetropolisMLDA,
4+
MLDA,
5+
RecursiveDAProposal,
6+
)

0 commit comments

Comments
 (0)