Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def get_version():
"sphinx.ext.napoleon",
"myst_parser",
"sphinx.ext.intersphinx",
"sphinxcontrib.bibtex"
"sphinxcontrib.bibtex",
"nbsphinx"
]

bibtex_bibfiles = ['refs.bib']
Expand Down
1 change: 1 addition & 0 deletions docs/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down
25 changes: 25 additions & 0 deletions docs/user_guide/notebooks/index.rst
Original file line number Diff line number Diff line change
@@ -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