5. Utility Classes and Functions#
5.1. Utility Classes#
A dummy regressor that raises an AttributeError when attempting to access its fit, predict, or set_params methods. |
|
A dummy classifier that raises an AttributeError when attempting to access its fit, predict, set_params, or predict_proba methods. |
|
|
Best linear predictor (BLP) for DoubleML with orthogonal signals. |
|
Policy Tree fitting for DoubleML. |
|
A global regressor that ignores the attribute sample_weight when being fit to ensure a global fit. |
|
A global classifier that ignores the attribute |
5.2. Utility Functions#
|
Compute gain statistics as benchmark values for sensitivity parameters |