SauceCat / PDPbox

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

Example Request: Run with own data set #47

Closed janvanrijn closed 3 years ago

janvanrijn commented 5 years ago

When looking at the examples, we see various options where PDP Box works on self included datasets. They all have a model stored in there. Is there a particular reason for this?

Furthermore, it is not clear how to run PDP Box on any other data frame. Should we provide such model ourselves?

cc @prerna135

SauceCat commented 5 years ago

@janvanrijn you need a trained model to calculate partial dependent plot.