Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn partial_plot into an S3 generic to include functions for different model objects #3

Open
mattmills49 opened this issue Jul 13, 2016 · 1 comment
Assignees

Comments

@mattmills49
Copy link
Owner

I'd like to have partial plots for gam, glm, lm, gbm, and randomForest models. But instead of using multiple if statements analyzing the class of the model just make S3 functions for each.

@mattmills49
Copy link
Owner Author

partial_plot is now a generic S3 function ( #9 ) that we can create new methods for. Right now the only method is a gam method. But we want to add

  • glm
  • lm
  • gbm
  • randomForest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant