LuqianSun
LuqianSun
这个的IP属地抓下来是空的吧😂
@erikcs thanks, is there any criteria for us to classify data outliers?
Thanks @erikcs, I tried to use the orthogonalized causal forest and cluster it with City. I use tune.parameters = "all". But still it cannot pass the test. ``` [1] "test_calibration"...
@erikcs Thanks. On your second point, after reading the links, the qini curve does not tell us anything about grf fit. It is merely about interpreting HTE if there is...
Also, in this situation, differential.forest.prediction is bigger than 1, do we need to tune the parameters of W.forest and Y.forest ``` [1] "test_calibration" Best linear fit using forest predictions (on...
Thanks a lot, Eric! I meant to ask whether in the first stage when predicting Y_hat and W_hat if we should also set clusters=city_name? We have checked "Estimating Treatment Effects...
啊我也遇到了这个问题
Hi 我记得好像是因为我的标签是string格式
slightly change the code, and it should work. ``` def extract_post_data(self, soup: BeautifulSoup) -> Tuple[str, str, str, str, str]: """ Converts substack post soup to markdown, returns metadata and content...
thank!