liqin26
liqin26
I am new to Econml. I wang to ask can SingleTreeCateInterpreter be used for continuous treatment to show a tree structure ?Or can continuous treatment be showed in a tree...
when if install pysurvival, faced with the error below: pysurvival/cpp_extensions/metrics.cpp(72): warning C4554: “&”: 检查运算符优先级是否存在的可能的错误;使用括号阐明优先 级 pysurvival/cpp_extensions/metrics.cpp(254): error C2146: 语法错误: 缺少“)”(在标识符“and”的前面) pysurvival/cpp_extensions/metrics.cpp(254): error C3861: “and”: 找不到标识符 pysurvival/cpp_extensions/metrics.cpp(254): error C2059: 语法错误:“)” pysurvival/cpp_extensions/metrics.cpp(255):...
#### Describe the issue when i used h_i=model.predict(X_te) h_i range from -1.09 to 0.83, h_j = np.exp(-dsk.predict(X_te)) ,h_j range from 0.43 to 2.99 so i would like the meaning of...