diff --git a/docs/conf.py b/docs/conf.py index c7c5a6c..7b40c9a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,8 @@ def get_version(): "sphinx.ext.napoleon", "myst_parser", "sphinx.ext.intersphinx", - "sphinxcontrib.bibtex" + "sphinxcontrib.bibtex", + "nbsphinx" ] bibtex_bibfiles = ['refs.bib'] diff --git a/docs/user_guide/index.rst b/docs/user_guide/index.rst index 0b9ab78..30f68ed 100644 --- a/docs/user_guide/index.rst +++ b/docs/user_guide/index.rst @@ -17,6 +17,7 @@ This guide is going to shed some light on the essentials of causal inference est ./introduction/index ./models/index + ./notebooks/index Credits -------- diff --git a/docs/user_guide/notebooks/index.rst b/docs/user_guide/notebooks/index.rst new file mode 100644 index 0000000..5208db5 --- /dev/null +++ b/docs/user_guide/notebooks/index.rst @@ -0,0 +1,25 @@ +.. _notebooks: + +.. meta:: + :description lang=en: + Notebooks for the scikit-uplift(sklift) package. + +********* +Notebooks +********* + +.. toctree:: + :maxdepth: 1 + :caption: Contents + + EDA_Criteo_dataset.ipynb + EDA_Hillstrom_dataset.ipynb + EDA_Lenta_dataset.ipynb + EDA_Megafon_dataset.ipynb + EDA_x5_dataset.ipynb + pipeline_usage_RU.ipynb + pipeline_usage_EN.ipynb + RetailHero.ipynb + uplift_metrics_tutorial.ipynb + uplift_model_selection_tutorial.ipynb + uplift_metrics_tutorial_advanced.ipynb \ No newline at end of file