diff --git a/docs/examples/index.rst b/docs/examples/index.rst deleted file mode 100644 index 81401fdc..00000000 --- a/docs/examples/index.rst +++ /dev/null @@ -1,19 +0,0 @@ -Examples -======== - -.. toctree:: - :caption: Contents: - :maxdepth: 1 - - Estimating CATEs with MetaLearners - Estimating ATEs with DRLearner - Reusing base models - Explainability: Lime plots of MetaLearners - Explainability: Feature importance and SHAP values - Model selection with optuna - Tuning hyperparameters of a MetaLearner with MetaLearnerGridSearch - Generating data - Estimating CATEs for survival analysis - What if I know the propensity score? - Converting a MetaLearner to ONNX - Using Sparse Covariate Matrices