cv.evaluate | R Documentation |
Evaluate cv SPEAR object
cv.evaluate(
nlambda = 100,
calculate.factor.contributions = TRUE,
max_iter = 10000,
multinomial_loss = "deviance"
)
nlambda |
Number of lambdas (defaults to 100) |
calculate.factor.contributions |
Calculate factor contributions? When '$params$family == "multinomial"' or '"ordinal"' can save time to put 'FALSE'. Defaults to 'TRUE'. |
max_iter |
Maximum number of iterations (defaults to 10000) |
multinomial_loss |
Type of loss for when '$params$family == "multinomial"'. Can be '"deviance"' (default) or '"misclassification"' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.