Skip to content

Commit

Permalink
reorder examples from intro to advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Dec 8, 2023
1 parent 178bb24 commit 3abae43
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,29 @@ Examples

Working example notebooks are available in the `example folder <https://github.com/uber/causalml/tree/master/docs/examples>`_.

Follow the below links for an approximate ordering of example tutorials from introductory to advanced features.

.. toctree::
:maxdepth: 1

examples/benchmark_simulation_studies
examples/binary_policy_learner_example
examples/causal_trees_interpretation
examples/causal_trees_with_synthetic_data
examples/cevae_example
examples/counterfactual_unit_selection
examples/counterfactual_value_optimization
examples/dr_learner_with_synthetic_data
examples/dragonnet_example
examples/feature_interpretations_example
examples/feature_selection
examples/iv_nlsym_synthetic_data
examples/meta_learners_with_synthetic_data
examples/uplift_trees_with_synthetic_data
examples/meta_learners_with_synthetic_data_multiple_treatment
examples/necessity_sufficiency_example
examples/sensitivity_example_with_synthetic_data
examples/uplift_tree_visualization
examples/uplift_trees_with_synthetic_data
examples/feature_interpretations_example
examples/validation_with_tmle
examples/dragonnet_example
examples/iv_nlsym_synthetic_data
examples/sensitivity_example_with_synthetic_data
examples/counterfactual_unit_selection
examples/counterfactual_value_optimization
examples/feature_selection
examples/binary_policy_learner_example
examples/cevae_example
examples/dr_learner_with_synthetic_data
examples/benchmark_simulation_studies
examples/necessity_sufficiency_example
examples/causal_trees_with_synthetic_data
examples/causal_trees_interpretation
examples/logistic_regression_based_data_generation_for_uplift_classification

0 comments on commit 3abae43

Please sign in to comment.