User Guide ======================= This user guide provides a comprehensive walkthrough on how to use the main features of the **mcf**. It includes several example scripts to help users, regardless of their technical expertise, to navigate and use the **mcf** package effectively. Modified Causal Forest ---------------------- .. toctree:: :maxdepth: 1 :numbered: user_guide/estimation user_guide/data_cleaning user_guide/weights_clusters user_guide/common_support user_guide/feature_selection user_guide/post_estimation_diagnostics user_guide/experimental_features Optimal Policy -------------- .. toctree:: :maxdepth: 1 :numbered: user_guide/optimal-policy_example Example scripts --------------- We provide several example scripts `in our example folder on GitHub `__. Below you also find the direct links to these scripts. The data used in the examples are available `in the data folder on GitHub `__. **Modified Causal Forest** - `Minimal example `__ - `Minimal example that uses the same data for training and prediction `__ - `Full example with all parameters used `__ **Optimal Policy** - `Minimal example `__ - `Minimal example that jointly estimates a Modified Causal Forest and an Optimal Policy Tree `__ - `Full example with all parameters used `__