SauceCat / PDPbox

python partial dependence plot toolbox
http://pdpbox.readthedocs.io/en/latest/
MIT License
840 stars 129 forks source link

Target plot #12

Closed SauceCat closed 6 years ago

SauceCat commented 6 years ago

Use buckets to calculate the average target value.
For one-hot and binary features, it's the same as previous.
For numeric features, we are now summarizing the average target value inside a value bucket.
Also add target_plot_interact for two variable interaction.