boost-R / mboost

Boosting algorithms for fitting generalized linear, additive and interaction models to potentially high-dimensional data. The current relase version can be found on CRAN (http://cran.r-project.org/package=mboost).
73 stars 27 forks source link

Allow for setting an evaluation grid for partial dependence plots #110

Open barthoekstra opened 3 years ago

barthoekstra commented 3 years ago

Is it possible to add a parameter to the plot functions that lets a user define the grid (or its length) over which the partial dependence plots are evaluated? Right now all unique values are used, but when those are many, that process can take extremely long (especially for 2D PDPs) or never even completes.