We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following lines are now removed from the FDboost help as they throw an error :
## Find optimal mstop, small grid/low B for a fast example set.seed(123) folds4 <- cv(rep(1, length(unique(mod4$id))), B = 3) appl4 <- applyFolds(mod4, folds = folds4, grid = 1:50) ## val4 <- validateFDboost(mod4, folds = folds4, grid = 1:50) set.seed(123) folds4long <- cvLong(id = mod4$id, weights = model.weights(mod4), B = 3) cvm4 <- cvrisk(mod4, folds = folds4long, grid = 1:50) mstop(cvm4)
@Almond-S found that this is related to applyFold which does not work correctly with irregular data
The text was updated successfully, but these errors were encountered:
remove donttest mod4 example in md, documented in #24 now
f7fb63a
Should fix applyFolds issue for irregular data (#24 (comment))
5778cba
No branches or pull requests
The following lines are now removed from the FDboost help as they throw an error :
@Almond-S found that this is related to applyFold which does not work correctly with irregular data
The text was updated successfully, but these errors were encountered: