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 b77c3f0 commit c89a147Copy full SHA for c89a147
causalpy/__init__.py
@@ -13,9 +13,7 @@
13
# limitations under the License.
14
import arviz as az
15
16
-import causalpy.pymc_experiments as pymc_experiments # to be deprecated
17
import causalpy.pymc_models as pymc_models
18
-import causalpy.skl_experiments as skl_experiments # to be deprecated
19
import causalpy.skl_models as skl_models
20
from causalpy.skl_models import create_causalpy_compatible_class
21
from causalpy.version import __version__
@@ -41,11 +39,9 @@
41
39
"InversePropensityWeighting",
42
40
"load_data",
43
"PrePostNEGD",
44
- "pymc_experiments", # to be deprecated
45
"pymc_models",
46
"RegressionDiscontinuity",
47
"RegressionKink",
48
- "skl_experiments", # to be deprecated
49
"skl_models",
50
"SyntheticControl",
51
]
0 commit comments