| Crates.io | causal-hub |
| lib.rs | causal-hub |
| version | 0.0.4 |
| created_at | 2025-10-10 21:12:23.187838+00 |
| updated_at | 2026-01-14 01:27:09.951955+00 |
| description | A library for causal models, inference and discovery. |
| homepage | https://github.com/AlessioZanga/causal-hub |
| repository | https://github.com/AlessioZanga/causal-hub |
| max_upload_size | |
| id | 1877570 |
| size | 16,542,493 |
causal-hub
causal-hub is a library for causal models, inference and discovery.
causal-hub provides a unified interface for working with causal models, enabling users to easily define, manipulate, and infer causal relationships in their data.
The library is designed with a Rust backend, ensuring high performance and safety, with a Python frontend for ease of use in data science workflows.
To use causal-hub in your Rust project, add the following to your Cargo.toml:
[dependencies]
causal-hub = "*"
To use causal-hub in your Python project, you can install it via pip:
pip install causal-hub
causal-hub relies on a BLAS implementation for efficient numerical computations.
Please select one of the following features when installing the library:
openblas-static: Statically link against OpenBLAS.openblas-system: Link against a system-installed OpenBLAS.All notable changes to this project will be documented in the CHANGELOG file.
This software is distributed under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE, Version 3.
See the LICENSE file for a copy of the license.
This software follows the SemVer specification.