causalnex

View on PyPIReverse Dependencies (1)

0.12.1 causalnex-0.12.1-py3-none-any.whl

Wheel Details

Project: causalnex
Version: 0.12.1
Filename: causalnex-0.12.1-py3-none-any.whl
Download: [link]
Size: 153889
MD5: a22a9cb6cc41e03940f8132bf144a201
SHA256: 1328cfc240e53f6effd03974bc3282d15b085ad5f3becb118f1da02516126ed3
Uploaded: 2023-06-22 13:11:34 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: causalnex
Version: 0.12.1
Summary: Toolkit for causal reasoning (Bayesian Networks / Inference)
Author: QuantumBlack Labs
Author-Email: causalnex[at]quantumblack.com
Home-Page: https://github.com/quantumblacklabs/causalnex
License: Apache Software License (Apache 2.0)
Keywords: Causal Reasoning,Bayesian Network,Inference,Structure Learning,Do-Calculus
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8, <3.11
Requires-Dist: ipython (>=8.10.0)
Requires-Dist: networkx (>=2.5)
Requires-Dist: numpy (<1.24,>=1.14.2)
Requires-Dist: pandas (<2.0,>=1.0)
Requires-Dist: pathos (>=0.2.7)
Requires-Dist: pgmpy (<0.1.20,>=0.1.14)
Requires-Dist: pyvis (>=0.3.2)
Requires-Dist: scipy (>=1.7)
Requires-Dist: setuptools (>=65.5.1)
Requires-Dist: torch (>=1.7)
Requires-Dist: wheel (>=0.38.0)
Requires-Dist: scikit-learn (!=0.22.2.post1,!=0.24.1,>=0.22.0); python_version < "3.9"
Requires-Dist: scikit-learn (>=0.25.0); python_version == "3.10"
Requires-Dist: scikit-learn (!=0.24.1,>=0.24.0); python_version == "3.9"
Requires-Dist: mdlp-discretization (~=0.3.3); extra == "all"
Requires-Dist: mdlp-discretization (~=0.3.3); extra == "discretiser"
Provides-Extra: all
Provides-Extra: discretiser
Description-Content-Type: text/markdown
License-File: LICENSE.md
[Description omitted; length: 6308 characters]

WHEEL

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

RECORD

Path Digest Size
causalnex/__init__.py sha256=cNBPTMDgX8eZ3uR-wkXb0rPJYZOl_AOaoYlQwUpAzAM 1622
causalnex/contrib/__init__.py sha256=_I1HZ-V3vqGr-A-SqloLivj33MQG4sWsaI7fn0AKJ5A 1431
causalnex/discretiser/__init__.py sha256=4bs-7_Ayeghs4VO44FtrVrJenGC-XNGqFcrScC7vUdM 1787
causalnex/discretiser/abstract_discretiser.py sha256=OgUba1BaDPZzIQVwqlvIzGso3iz_ouGuB_98hJN7kQQ 4361
causalnex/discretiser/discretiser.py sha256=01VehIFrOQi3hyx3UGjWHMx4IX9TIBexyA4praBOdeI 8462
causalnex/discretiser/discretiser_strategy.py sha256=upnE2zh95xKD3eTo1kOpqiZk3RcXiiv9xiyFLsgzmaw 12820
causalnex/ebaybbn/__init__.py sha256=Ev2hRzXhSvY5pe20w6vhNGWoMuvILk1S9zgo-rIs5jk 1783
causalnex/ebaybbn/bbn.py sha256=AEMqf5_NA0CmxvsYUM1BNuPwYpeXybo8HfBN1xBNTNM 36948
causalnex/ebaybbn/exceptions.py sha256=iRc7rzqRA0ew18GmfhaXYUECUawJ2tqa1GUkg_3ZQp8 2904
causalnex/ebaybbn/graph.py sha256=YlkdeE_LnO85aZt30CdAPe3XXAeITmov_px-SY_s2DE 2573
causalnex/ebaybbn/utils.py sha256=GpLxbY5nCE5WQnCjmn8UEJ7Kb_0oKaUfDq3jYgOZZDA 3420
causalnex/estimator/__init__.py sha256=-zoP8IIQj7zlKFcptfqoamhOboaedGnHEmDVbW6o-u4 1616
causalnex/estimator/em.py sha256=xb3547uovCLZ8kya4DgEc70vVWq1LUrjdnh0K_V2CJA 26882
causalnex/evaluation/__init__.py sha256=Y71rU_bM-cmoACAoWegD8VVJeQ88Oqp9T6cj_2hFDtw 1642
causalnex/evaluation/evaluation.py sha256=Kz6j1Alxjig6cUy032P1B8nSwwEwMq7-Pm3x_GkwKAo 8204
causalnex/inference/__init__.py sha256=jFgrC6NhJmKR__mXts7_lVr1efr7AtoByBYlblTHCuI 1618
causalnex/inference/inference.py sha256=_1SHzH5d70--kZpXVeWOzGSac36JrhUdqoO91V0edGc 16941
causalnex/network/__init__.py sha256=hffhoTeq4y84CuaVNsl9GbaMXHZXmTWyTeO7WNOC5Sk 1607
causalnex/network/network.py sha256=wnvFpxaJBaOMjRcWb0_Yl5fa0bqvkCariVPFd81r8lE 31086
causalnex/network/sklearn/__init__.py sha256=QFs-6vv_RxnjDoX8y_gOz9EpRzgCV4C2omFA3ZpMuFE 1661
causalnex/network/sklearn/models.py sha256=ui9xNFMziDKXZDD1UKLLsZ7n9BcmDpcJuc3N4YTFJW0 11811
causalnex/plots/__init__.py sha256=GJGQClng_VZGOdGBL7PQfoG4jEKs3_D7cHP99Lkj26k 1747
causalnex/plots/display.py sha256=L8DZWwLabpI-cGzNpyMX4ddMJGzMayItJAuSmTbJi60 2984
causalnex/plots/plots.py sha256=2DPfdFNDobLK5xxz_HmFoMAj8ILQvSn_Wgrg2gcx5nI 6819
causalnex/structure/__init__.py sha256=S0xCCZDH2IeXoa4quU3q0sGXcQfDSAZY0iTw-9N42RI 1751
causalnex/structure/categorical_variable_mapper.py sha256=jW6Sh7frKd4STOKmtMtkjWfY0TYuik_Du8frkk9056E 11804
causalnex/structure/dynotears.py sha256=o8485t0Q_Pa29Dc_9mNkg41s-4zagpReOZMl8f9AxMI 19750
causalnex/structure/notears.py sha256=jC5np5k9LvGI5DZbaIOe55AYzkXTey8D1rwswQy8iMk 19924
causalnex/structure/structuremodel.py sha256=WDTF-SMfWlela0TMQkkdXdn_jT8qwErzFLHlZsFCWYU 13672
causalnex/structure/transformers.py sha256=TM7fRtLLjnv1Gj85Y96_PRo6u3IXl5Jd4IzBLTQiujo 12091
causalnex/structure/data_generators/__init__.py sha256=MmPB6k52OvU-ZXhfW0H_JCmKmwvEtvrdM989kG_xTNI 2304
causalnex/structure/data_generators/core.py sha256=A0fHhRkIrr51sJo3Yf5Yi492ZG7fMhg_KiIxngzdbxQ 31521
causalnex/structure/data_generators/wrappers.py sha256=AU0Jlc4cvOCGroAIE8hUTerA0EKS7dTAfMtJxdicxhM 26832
causalnex/structure/pytorch/__init__.py sha256=K_1UDHHBFvYoX3kWXYv1cz_PsaFwsip5cO-NO9FlW0w 1751
causalnex/structure/pytorch/core.py sha256=P2_hCa5-G9jNn7EP3BX9_vKCFbt3wIextXgk43BkKtA 19718
causalnex/structure/pytorch/nonlinear.py sha256=VWomtY4k1JFt-AdYob7GaqGTw_L4wJmkM0o07Rq5qX8 3959
causalnex/structure/pytorch/notears.py sha256=XhTeBqUz4GRmbaykgAMvw3nLTJsE5YyWuZ9JJ2-uXPw 14989
causalnex/structure/pytorch/dist_type/__init__.py sha256=-YXrqQH31CbrBnUp_TtP3vIT3Vi4f2ZjKxM8XpvttKU 2059
causalnex/structure/pytorch/dist_type/_base.py sha256=Od01oNvrLvV5c8F7LmiJWBpGTTrpA0-qiY0HQ7Bzyio 9668
causalnex/structure/pytorch/dist_type/binary.py sha256=SgvYXvRhhCU4LR3903_1dRZfakzGEloNGykDwANZ7sE 3014
causalnex/structure/pytorch/dist_type/categorical.py sha256=SZ9HDA8Ce6xyuNWqMcFag8QiNjhaNTVrJyuoq5CFKkk 10448
causalnex/structure/pytorch/dist_type/continuous.py sha256=ZausB-XUFv977Jv7HiUi6ywxIAL8rdQEw7xdlAhH0iU 2649
causalnex/structure/pytorch/dist_type/ordinal.py sha256=oLCm-ipSPsR_HN0c37CSymMASdk37ka7UZcC8bVCENo 6460
causalnex/structure/pytorch/dist_type/poisson.py sha256=XXXE9Q5V8WmKvOGxNZdH2lcv0jtvdu-oSGcwhyIKfcA 3684
causalnex/structure/pytorch/sklearn/__init__.py sha256=a-KomqHfgrIFCeptuHB2Zcn26B9-ZwbfePUxZGzvlcs 1635
causalnex/structure/pytorch/sklearn/_base.py sha256=TBJOqW4T3XT0GMpLxDy6cBrSoTRpFhr0dYGyLOOlbIc 15147
causalnex/structure/pytorch/sklearn/clf.py sha256=HIcqBrTlh1n31g0Mng9cjxCbUwK-_puxo1764qQMntI 8186
causalnex/structure/pytorch/sklearn/reg.py sha256=F1Pr3I61eWqYmjQIgvBZ_BHk6vCeiJYZBz80c_ncAtg 3196
causalnex/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
causalnex/utils/data_utils.py sha256=w5Cy9mWMnpjHwJTuE5BRGfP9OuT6ZgD96jIUlT5WgGo 3815
causalnex/utils/decision_tree_tools.py sha256=jGusaZIftXAFekjBMZiNa29v03VkQkDOaK-TmjUCKe8 2510
causalnex/utils/pgmpy_utils.py sha256=5cj6lm-jgZa5MJxA-znRwv_9432VRt9SSrggEO9G9fU 4322
causalnex-0.12.1.dist-info/LICENSE.md sha256=r9E9ocREowwpBhzESunjHIkpocxBSwQF0WcZfpqmGyQ 1382
causalnex-0.12.1.dist-info/METADATA sha256=hNYF36OSws8bjNyXsmkUxIbjXmxw1ByNmNHiiNYkf9g 7754
causalnex-0.12.1.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
causalnex-0.12.1.dist-info/top_level.txt sha256=UxMv01lqrElckgZ_UtHmNFWev2wF0Pm6NGj6aejxqGY 10
causalnex-0.12.1.dist-info/RECORD

top_level.txt

causalnex