CausalEstimate

View on PyPIReverse Dependencies (0)

0.5.0 CausalEstimate-0.5.0-py3-none-any.whl

Wheel Details

Project: CausalEstimate
Version: 0.5.0
Filename: CausalEstimate-0.5.0-py3-none-any.whl
Download: [link]
Size: 26314
MD5: 0d9e35c2a2b4be82910525c78cb8b2e7
SHA256: 4c29f74cb4974f3d1688fe27e91534df7d4729c53b77136c9109afb1ed6bd2da
Uploaded: 2024-12-04 18:09:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: CausalEstimate
Version: 0.5.0
Summary: A library for estimates of causal effects.
Author-Email: Kiril Klein <kikl[at]di.ku.dk>
Project-Url: Source, https://github.com/kirilklein/CausalEstimate.git
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: statsmodels
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: matplotlib; extra == "plotting"
Requires-Dist: seaborn; extra == "plotting"
Requires-Dist: plotly; extra == "plotting"
Provides-Extra: dev
Provides-Extra: plotting
Description-Content-Type: text/markdown
[Description omitted; length: 3311 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
CausalEstimate/_version.py sha256=aeBju2l8GTMwAhIRG_c2Q_oVPFacRkZZwGtxmvFCGPQ 411
CausalEstimate/core/bootstrap.py sha256=Xus-9z2xlisU0vOFtRx12a1Pan8qw3nNVgMULy36sS4 1089
CausalEstimate/core/effect_computation.py sha256=bvBdLvlcPc6U-cSiXlu6R0awOp61-Jh7PFBCevh-r0A 6490
CausalEstimate/core/imports.py sha256=u6mC3wDCWTJqr91PrTjdgE3aOG6h4_cgSMONNxpwcMA 293
CausalEstimate/core/logging.py sha256=9k1rOrTqBgDuJJ2WVUqe08Il5WJ1QufFGrSmp2FjhMM 1135
CausalEstimate/core/registry.py sha256=rZdwnmhwLDfWF74shLYV9Fhu5BvB5KUmirv7Bs7Bctk 131
CausalEstimate/estimators/aipw.py sha256=mmmShFueFYxZ6yBE830ewyFCy0OXgFDQEuokD8my5is 1370
CausalEstimate/estimators/base.py sha256=Ex6QbZMw2GItPApOMqq0LIZMcCl9ELEige46tQX4Gjs 586
CausalEstimate/estimators/ipw.py sha256=x97OucYt2Jl0XuI77wLk9grrD45BO4R55Is4AuiIGIU 1554
CausalEstimate/estimators/matching.py sha256=ILlAC3uBrFrLsduWb70S7XwgcqWeIn2F3eDctDaLQoc 2259
CausalEstimate/estimators/tmle.py sha256=4JdAOLYm3uBhv5XjAwZWDV8uqbT4i8tH4RMSqDgxBWs 1337
CausalEstimate/estimators/functional/aipw.py sha256=yGynhSW6IMSS7fywVCkRLH5nL32kohA679gph8r40l0 2792
CausalEstimate/estimators/functional/ipw.py sha256=2AKAKaqFBZimZI6q9qVxutd-v13Z_QWuTOctIV6S1-4 3092
CausalEstimate/estimators/functional/matching.py sha256=O-j0JxiMoOzSvfPYUjBhccm5d53CkwI_oBo1HcEHP-g 1580
CausalEstimate/estimators/functional/tmle.py sha256=EySe2XjU5Gjr3x41bIA0Zx7dq9R3tL7KPq6KLtjfnnE 1409
CausalEstimate/filter/filter.py sha256=5DqpfzO1gG0pqrjbBUoYWCwNUjsz-OUPA09oPv9iqq0 344
CausalEstimate/filter/propensity.py sha256=BZXhVAXMXEtPyEIRZ-R6FgrPL4J8tYrkV6r2KcEXMTo 2101
CausalEstimate/interface/estimator.py sha256=p6t1EUtwN5xfj0cGBWD2KkP69-IBUlCEDafypblYRLE 3482
CausalEstimate/matching/assignment.py sha256=ksJIB530c_Q1bwqkT1RMNcj1bJh973DHWer9T6-lTu0 1877
CausalEstimate/matching/distance.py sha256=krEBenvFkGRQ1S0XIrEiKez8hXZwyf8e9oGfUj-SIj8 1896
CausalEstimate/matching/helpers.py sha256=oC32lstoBlqmh5TguvWajUlX1z7TF7U91TKevYHcSuU 635
CausalEstimate/matching/matching.py sha256=lpO8lpV6RmB3eeBJVg03dNm6SYiFAYI2Oq88UdQDgvE 3269
CausalEstimate/simulation/binary_simulation.py sha256=xaTS8uHAHpTPsQgmFLHFQ6mUgVo0W_r74XXKMDCwCLs 3465
CausalEstimate/stats/stats.py sha256=nCzbIJq4xZrODYFfBGKTM-NZcTU1KtrOO1cExjwqQ8A 1902
CausalEstimate/stats/utils.py sha256=1qqCJO8s98SL-Osn-u1gQrMf-76BkKleMG4fWdeEoLk 333
CausalEstimate/utils/checks.py sha256=92R_0gwcuPqV4Gm9HNNVnOUAcUb9udDvosuimgxWYic 4079
CausalEstimate/utils/extract.py sha256=RRcauxbaRgHLESH5qpYxcYoi6RnUcEJ-ioh4uwBJSPw 182
CausalEstimate/utils/logging.py sha256=0IvxVNzUAxJJK4cYR_En__yeELtT2HOT1GjkOP0_JSk 102
CausalEstimate/utils/utils.py sha256=IgMpvX-PirDJFDdo8fO4__pDumoFLOB8-n3nKEYrXh4 768
CausalEstimate/vis/plotting.py sha256=t9uO6uX3d3fbWCaCAyYfFA_bpJJ7ZIV7OCGgDDqmVrE 2117
CausalEstimate-0.5.0.dist-info/METADATA sha256=QCN80M89Ig4m667VCBqG2JnJ43oOrivjRVXvRWy0SNI 4315
CausalEstimate-0.5.0.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
CausalEstimate-0.5.0.dist-info/top_level.txt sha256=AbSNG1RE2Nmz-cDdsJ8xfyPnXXVQQtbsyeuaAA3rskY 15
CausalEstimate-0.5.0.dist-info/RECORD

top_level.txt

CausalEstimate