File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
import arviz as az
15
15
16
- import causalpy .pymc_experiments as pymc_experiments # to be depricated
16
+ import causalpy .pymc_experiments as pymc_experiments # to be deprecated
17
17
import causalpy .pymc_models as pymc_models
18
- import causalpy .skl_experiments as skl_experiments # to be depricated
18
+ import causalpy .skl_experiments as skl_experiments # to be deprecated
19
19
import causalpy .skl_models as skl_models
20
20
from causalpy .skl_models import create_causalpy_compatible_class
21
21
from causalpy .version import __version__
40
40
"InversePropensityWeighting" ,
41
41
"load_data" ,
42
42
"PrePostNEGD" ,
43
- "pymc_experiments" , # to be depricated
43
+ "pymc_experiments" , # to be deprecated
44
44
"pymc_models" ,
45
45
"RegressionDiscontinuity" ,
46
46
"RegressionKink" ,
47
- "skl_experiments" , # to be depricated
47
+ "skl_experiments" , # to be deprecated
48
48
"skl_models" ,
49
49
"SyntheticControl" ,
50
50
]
You can’t perform that action at this time.
0 commit comments