EconML
EconML copied to clipboard
Get Policy Value from Node Graph
I am working with the code from Customer Segmentation notebook and would like to programmatically reference the income <= 0.985 shown in the graph after running the SingeTreeCateInterpreter shown in the pic.
I have successfully used the intrp.node_dict_ call to get the mean and standard deviation of the elasticities. Can I do the same for the recommended policy text found in the graph node?