7 releases

0.1.2 Feb 24, 2023
0.1.1 Feb 3, 2023
0.1.0 Jan 23, 2023
0.0.3 Jan 5, 2023
0.0.0 Mar 29, 2022

#543 in Algorithms

Apache-2.0 OR MIT

2.5MB
9K SLoC

Contains (Zip file, 2.5MB) tests/assets.zip

causal-hub: A Package for Causal Data Science

build docs.rs codecov

A package for Causal Data Science.

Table of Contents

Overview

Causal inference is the process of identifying and estimating the causal effect of a given treatment for a chosen outcome. To formally describe the relationship between a cause and its effect, a causal model must be constructed from the available data and the experts' prior knowledge in a process called causal discovery. This library is intended to collect, organize and exploit state of the art methodology to enable causal data science.

To use this software, run the following cargo command in your project directory:

cargo add causal-hub

Or add the following lines to your Cargo.toml:

[dependencies]
causal-hub = "^0.1"

Documentation

The official documentation is available here.

Changelog

All notable changes to this project will be documented in the CHANGELOG.

Contributing

To contribute to this software refer to CONTRIBUTING.

Citation

To cite this software refer to CITATION or click on Cite this repository in the GitHub repository. Read more.

License

This software is distributed under the terms of both the Apache License (Version 2.0) and the MIT license.

See LICENSE-APACHE and LICENSE-MIT for details.

Versioning

This software follows the SemVer specification.

Dependencies

~110MB
~1.5M SLoC