Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
There's a small bug when constructing the partial dependence function for categorical variables from
gbmobjects wheneverrecursive = TRUE. Need to recode the categorical variables as integers 0, 1, ..., K and then convert back afterward.