Tommaso11397
Tommaso11397
Thank you, let me know if you find something.
Thanks for the suggestion @vsyrgkanis, I ran the previous code incorporating your suggestion: ``` est = CausalForestDML(model_t = model_t, #LogisticRegression(), model_y = model_y, #LassoCV(), discrete_treatment=True, cv=5, n_estimators= 2000, random_state=123, min_var_leaf_on_val=...
Hi everyone, I managed to solve the issue and I think it might be useful for future users. I am quite sure the issue was created by the XGBoost classifier...