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
Hello,
When newdata in predict is a
tibblethere is an error:This line generates the error:
mboost/R/helpers.R
Line 245 in b3e9a98
Changing the if statement to
if (!any(class(newdata) %in% c("list", "data.frame")))works in this instance, but I haven't thought about it enough to know if it works in general.