Skip to content
/ curves Public

Generating Response Curves From Any Fitted Model

License

Notifications You must be signed in to change notification settings

rvalavi/curves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curves

R build status Lifecycle:Experimental

curves is an R package for creating partial dependence and response plots for fitted models, using ggplot2 for visualization. While packages like pdp and vip also offer similar functionality, curves provides a few additional features that may be useful in certain cases:

  • Supports raster-based predictions, making it suitable for spatial models.
  • Highlights areas of extrapolation in the response curves.
  • Offers interactive visualizations for better exploration of model outputs.

With a simple syntax that fits into typical R workflows, curves makes it easier to examine how predictions change with individual predictors while keeping others constant.

Releases

No releases published

Packages

No packages published

Languages