skcausal Book

A structured guide to treatment-aware causal inference in skcausal.

1 Welcome

This book lives inside the main documentation site, but it is rendered by its own Quarto project. That separation is intentional: the website stays a website project, while the book gets book-specific navigation, chapter structure, and cross-reference support.

NoteWhy A Separate Book Project?

Quarto only allows one project type per _quarto.yml. This book is therefore sourced from docs/book/ and rendered into /book/ inside the published documentation website.

1.1 Reading Path

flowchart LR
  A["Getting started"] --> B["Estimator contract"]
  B --> C["Continuous workflows"]
  C --> D["Back to examples and API docs"]

Use this book when you want a more linear reading experience than the website provides.

  1. Start with Getting Started for installation and the core X, t, y contract.
  2. Continue to Estimator Contract for the package’s fit and predict semantics.
  3. Finish with Continuous Workflows for the treatment-grid and ADRF workflow.
Tip

Return to the main site from any chapter with the main docs homepage.