gpucsl

View on PyPIReverse Dependencies (0)

0.0.7 gpucsl-0.0.7-py3-none-any.whl

Wheel Details

Project: gpucsl
Version: 0.0.7
Filename: gpucsl-0.0.7-py3-none-any.whl
Download: [link]
Size: 66875
MD5: 2188b88b6f299e12769f072a53d58061
SHA256: a8e57584aaecbea721602e8861a9e913a868c10a56f83f0becc081083a9ca2d7
Uploaded: 2022-04-04 12:04:44 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gpucsl
Version: 0.0.7
Summary: A library for constraint-based causal structure learning on GPUs.
Author: Tom Braun, Petr Tsayun, Dominik Meier, Ben Hurdelhey
Author-Email: author[at]example.com
Home-Page: https://github.com/hpi-epic/gpucsl
Project-Url: Bug Tracker, https://github.com/hpi-epic/gpucsl/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: networkx
Requires-Dist: scikit-learn
Requires-Dist: colorama
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-lazy-fixture; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: pytest-timeout; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: black (==22.3.0); extra == "dev"
Requires-Dist: black[jupyter] (==22.3.0); extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: virtualenv; extra == "dev"
Requires-Dist: manm-cs (>=0.1.0); extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: seaborn; extra == "dev"
Requires-Dist: gdown; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 16572 characters]

WHEEL

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

RECORD

Path Digest Size
gpucsl/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gpucsl/__main__.py sha256=jivPR0S3r58gGS89qCEPF76W_UPc4BaxIvVbpc2f948 253
gpucsl/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gpucsl/cli/cli.py sha256=PuHNQ-WTMBdGTztQgvJRq-EXeZ8ZIpAGcCvKq6aGTd8 2325
gpucsl/cli/cli_io.py sha256=wQWfjRmgxzvLU9h3d8gbkBCmiHL0X-7Ms2_v-HhEXNs 3152
gpucsl/cli/cli_util.py sha256=zpF40A71vXlNVVOo0o1r4Q_VWJUUGPd4sMjz0Tqk1gk 333
gpucsl/cli/command_line_parser.py sha256=muvCCNbmQRIqTG3C8bv3moCmhfWw1nc2s7K0kehs_9Y 2147
gpucsl/pc/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gpucsl/pc/discover_skeleton_discrete.py sha256=CGBhh505dmHXrSJHKGHGzETkKFjHprvnzTuyJU_EZ6M 3371
gpucsl/pc/discover_skeleton_gaussian.py sha256=gV0WZbFvwu2AlbgFSN2k4UBNfhnifrAhLdXcQKsGjhk 4753
gpucsl/pc/gaussian_device_manager.py sha256=Cazq96r8m1FWKRUXJyZaeSIfbbxWYB0PqhC-ErpKd4A 14033
gpucsl/pc/helpers.py sha256=9xPecfDZs-tLCWMQ8WTZshbedO2wc5DxUG8nIaVs5gM 4545
gpucsl/pc/kernel_management.py sha256=KgS5jj7kFTF2eVRmZqdARXNg5r7r68t7SqYN_Umq1sU 14753
gpucsl/pc/pc.py sha256=k8z9GojknsAoapCfy5bmwjWxtlx48bIzZX11CHRfJLk 3383
gpucsl/pc/pc_validations.py sha256=E_dSLcgqFs6CJqItTdD8amhkm9MKJCf90LUJQOQpySo 2402
gpucsl/pc/cuda/discrete_ci.cu sha256=HtIRauERgOwiAWC7h2qKS-Prxavi5wooE2oiKMWoG_Y 11268
gpucsl/pc/cuda/gaussian_ci.cu sha256=UTmqiOpaaAY6pNTavUDOuTBMLuxRb3V4djCN04c_lw4 5474
gpucsl/pc/cuda/helpers/discrete_helpers.cu sha256=rbrG87hpJPioJHE3fzPOc4AHRsNDg61X40LLZoYUDqI 9528
gpucsl/pc/cuda/helpers/gaussian_helpers.cu sha256=cmqt7nugamhNEZVJ4PP80-05YWCNryso0RiN350mKYI 10336
gpucsl/pc/cuda/helpers/graph_helpers.cu sha256=uim09wHdyUdodBj5-HWCb9rNTE8TVCDh9wse9J8yHdk 5325
gpucsl/pc/cuda/helpers/math_helpers.cu sha256=9azm1VDFl4BNGAdllv36YoGFBw2YIesu24HuKMg-cqI 4980
gpucsl/pc/cuda/helpers/set_helpers.cu sha256=cy42Rx9wRIYm7qiuBO-45ESy2FjmNvLWEoFcTxpT_c4 2299
gpucsl/pc/edge_orientation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gpucsl/pc/edge_orientation/edge_orientation.py sha256=YAYx1ZIWlpIGO04kv0q9YmTXrfdI2Ol9NaQClCCl8Vk 1220
gpucsl/pc/edge_orientation/orientation_rules.py sha256=r0JrapfBG2uadSH2uK6chZSoQ47V9cW8xkGSq5n_38s 3704
gpucsl/pc/edge_orientation/v_structures.py sha256=9ytOYVuZwRvn2YLTcy9j2tm8iPI43quSz6R6K-QTsaQ 1032
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/asserts.py sha256=wGfDjBlu_rcJ9TfZxk0JkTTFUshjtlxLNLKPLvf665w 645
tests/conftest.py sha256=pTFrrBveAQtGJIpCSyWzZALqT1d88I2QzGPSwUuHPWk 1093
tests/equality.py sha256=FQBtb7OLYapfP0XaWk6wSzHZjPywTjTZtHccyvghrwU 1627
tests/test_cli.py sha256=dH3fM0mIrDJdnsmNhJXyHdk97zqWAcVOsLgaWw--pEA 7238
tests/test_cuda_discrete_helpers.py sha256=1ngECmG6qf1TgYLlJdhCWKcYuFRMBjGW8WlwwWVG91g 5002
tests/test_cuda_gaussian_helpers.py sha256=wCr8XvZvGMTAayWySyJN3FBlY1eo9rVzS2VvJ6kCdz8 3452
tests/test_cuda_graph_helpers.py sha256=fNhqywaptw6R1sC34z-R_tjm_q9d_PArWRmUUcYzhfk 2217
tests/test_cuda_set_helpers.py sha256=9WTRqWMYJp2xUy-hXWB8-zrz2Ypw6QJpxtap2A2ucdk 1102
tests/test_gaussian_device_manager.py sha256=vQu30nkDJ4dtZ_fSJw0v9DyMxRoIhfHW6fuHODjLgRs 9051
tests/test_gpucsl.py sha256=bB9jszFgdmn-C5lg9wHhAVHykBV5T8TPXcJq9N5YrmA 2437
tests/test_kernel_management.py sha256=6F2H2nPTgphWiRWD-4c_g-mZ1OlksiDaX6ciK0zkVEg 3443
tests/test_pc.py sha256=IK7WIdzOgbhUPTt9wZtH7I-tLBUkJFRNQExO8CXpcGY 3945
tests/test_skeleton_discrete.py sha256=b8lunwOeiCvrRiybp-W9iF53G-5U-TPYfYPuwbkq7g8 5213
tests/test_skeleton_gaussian.py sha256=30eqqc0pvh4W2c7FCns-LlWa3rk-y1vejzk9kV6xCrI 2672
tests/edge_orientation/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/edge_orientation/test_edge_orientation.py sha256=rjIi26ARLJSuyVS79qPojZIorWO5gJVxExU39qaBGdI 1766
tests/edge_orientation/test_orientation_rules.py sha256=Wy8sBP_VoTpGcEuUn2PiJUyqRPcBLgTmoL94PwIfdqg 2652
tests/edge_orientation/test_v_structures.py sha256=6SgKg5veXXp2qa5D2gABpq27onPBNNU7F4hWo9Ozev4 4351
tests/fixtures/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/fixtures/file_readers.py sha256=k6EpBT09nxwbQpevOqc_CMb2wubQXFrvc2dv12geD90 2515
tests/fixtures/generated_input_data_and_results.py sha256=xhlo_sc-RT2hQR9MpTcRaDgvVqPgm22BrnXv76Q7i_w 4164
tests/fixtures/input_data.py sha256=ALdwfpnMM9SG0m9I8KcaaDzAYNiRGAZRyNG-3Tint0s 2697
tests/fixtures/input_data_discrete.py sha256=QK_k0kIS482LIeahwY5ZfKEDTCLG23sG97HLZzmTniE 1265
tests/fixtures/test_fixtures.py sha256=dckrazoAFTkjQwMFavY0YfWex7bL1vj337LXYTKJ8lk 980
gpucsl-0.0.7.dist-info/LICENSE sha256=gGQwm6RUdR6TlN9aQzXSmGU6nafooeHBOb7WTf8-EOk 1109
gpucsl-0.0.7.dist-info/METADATA sha256=7DZ4XaDh-VsY3yn_6GlQqN5YKAZuwmPAO5m9IqSutmQ 17914
gpucsl-0.0.7.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
gpucsl-0.0.7.dist-info/top_level.txt sha256=eXmXvAJzRNZwFBL3OrL2QASsxwNdXJc6v8rcPcftj30 13
gpucsl-0.0.7.dist-info/RECORD

top_level.txt

gpucsl
tests