I was looking for the Generalized Random Forest / Causal Forest algorithm on Python, but found it only for R: https://github.com/grf-labs/grf
This algorithm cannot be obtained using the regular scikit-learn functions of Random Forest.
Is there any possible way that will help me to conduct Causal Forest or Generalized Random Forest on Python?