XBCF
XBCF copied to clipboard
R and python implementations of Accelerated Bayesian Causal Forest.
Hello, I was wondering if there is any way to access the sigma draws in the Python version? Currently the following portion of code which updates the sigma draws is...
Dear socket778, I was trying to run the file "example_gen.py" and I got this error: "[/usr/local/lib/python3.10/dist-packages/xbcausalforest/xbcf_python.py](https://localhost:8080/#) in __update_mtry_tau_penality(self, x_t, x, y) 293 from math import log 294 --> 295 if...
Greetings, First, thank you for all your work on this, it's really fantastic! Second, I don't think it's currently possible (though would love to be wrong) to save/load a trained...
As seen e.g. here: https://github.com/socket778/XBCF/blob/c4798d468e633b48893b9d3da9ab709929218fa0/R/XBCF.R#L155-L159
* Set up CI for python build via github action. * Fix bug due to [0] - a function parameter was removed and arguments were only removed in R client...