{ "cells": [ { "cell_type": "markdown", "id": "a9cf5fca", "metadata": {}, "source": [ "# Tutorial for Python Users\n", "\n", "In this tutorial, we will go through CausalBGM workflow under both continous treatment setting and binary treatment setting.\n", "\n", "Users can use CausalBGM by **Python API** or a **single command line** after installation.\n", "\n", "First of all, you need to install python **bayesgm** toolkit, please refer to the [install page](https://bayesgm.readthedocs.io/en/latest/getting-started/installation.html).\n", "\n" ] }, { "cell_type": "markdown", "id": "c449fd8c", "metadata": {}, "source": [ "