Metadata-Version: 2.4
Name: causalchamber
Version: 0.2.2
Summary: Access the datasets, models and Remote Lab from Causal Chamber™.
Author-email: "Juan L. Gamella" <juan@causalchamber.ai>
License-Expression: MIT
Project-URL: Homepage, https://causalchamber.ai
Project-URL: Repository, https://github.com/juangamella/causal-chamber-package
Project-URL: Issues, https://github.com/juangamella/causal-chamber-package/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy>=1.18.0
Requires-Dist: pandas>=1.2.1
Requires-Dist: requests>=2.23.0
Requires-Dist: pyyaml>=5.3.1
Requires-Dist: termcolor
Requires-Dist: Pillow
Requires-Dist: tqdm
Provides-Extra: torch
Requires-Dist: torch; extra == "torch"
Requires-Dist: torchvision; extra == "torch"
Dynamic: license-file

# Welcome to the _causalchamber_ package!

[![PyPI version](https://badge.fury.io/py/causalchamber.svg)](https://badge.fury.io/py/causalchamber)
[![Downloads](https://static.pepy.tech/badge/causalchamber)](https://pepy.tech/project/causalchamber)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Donate](https://img.shields.io/static/v1.svg?logo=Github%20Sponsors&label=donate&message=Github%20Sponsors&color=e874ff)](https://github.com/sponsors/juangamella)

![The Causal Chambers: (left) the wind tunnel, and (right) the light tunnel with the front panel removed to show its interior.](https://causalchamber.s3.eu-central-1.amazonaws.com/downloadables/the_chambers.jpg)

The `causalchamber` package provides different functionality for the [Causal Chambers](https://causalchamber.ai):

- **Remote API**: a Python interface to remotely access our pool of chambers and run your own experiments.
- **Datasets**: download existing datasets from the [dataset repository](https://github.com/juangamella/causal-chamber) directly into your Python code.
- **Simulators**: run simulators and mechanistic models of different chamber phenomena.
- **Ground truth**: load the ground-truth causal graphs and other information for each chamber.


Please see the project's [GitHub repository](https://github.com/juangamella/causal-chamber-package) for the complete documentation of the package.
