Metadata-Version: 2.4
Name: causalis
Version: 0.1.2
Summary: A Python toolkit for causal inference and experimentation
Author: causalis Team
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: statsmodels
Requires-Dist: scikit-learn
Requires-Dist: doubleml
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=7.0.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.3.0; extra == "docs"
Requires-Dist: sphinx-book-theme>=1.0.0; extra == "docs"
Requires-Dist: myst-parser>=2.0.0; extra == "docs"
Requires-Dist: myst-nb>=1.0.0; extra == "docs"
Requires-Dist: nbsphinx>=0.9.0; extra == "docs"
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints>=1.25.0; extra == "docs"
Requires-Dist: sphinx-design>=0.5.0; extra == "docs"
Dynamic: license-file

# Causalis - Modern Reproducible Causal Analysis <a href="https://ioannmartynov.github.io/Causalis/"><img src="https://raw.githubusercontent.com/IoannMartynov/Causalis/main/docs/_static/new_logo_big.svg" alt="Causalis logo" width="80" style="float: left; margin-right: 10px;" /></a>
[![Docs](https://github.com/IoannMartynov/CausalKit/actions/workflows/deploy-docs.yml/badge.svg?branch=main)](https://github.com/IoannMartynov/CausalKit/actions/workflows/deploy-docs.yml)
![Python](https://img.shields.io/badge/python-3.10%20|%203.11%20|%203.12-blue)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
![Code quality](https://img.shields.io/badge/code%20quality-A-brightgreen)

## [Official Documentation and Examples](https://ioannmartynov.github.io/Causalis/index.html)

## Installation

Install from github directly

```bash
pip install git+https://github.com/ioannmartynov/causalis.git
```




# Scenarios Covered
| Is RCT        | Treatment | Outcome    | EDA | Estimands | Refutation | Docs                                                                      |
|---------------|-----------|------------|-----|-----------|------------|---------------------------------------------------------------------------|
| Observational | Binary    | Continuous | Yes | ATE       | Yes        | [Example](https://ioannmartynov.github.io/Causalis/examples/dml_ate.html) |
| Observational | Binary    | Continuous | Yes | ATT       | Yes        | [Example](https://ioannmartynov.github.io/Causalis/examples/dml_att.html) |

# Don't forget to press Star ⭐️⭐️⭐️⭐️⭐️


