read_lambda_sequence_from_multiSnpnetResults | R Documentation |
For the path to a multiSnpnet results directory (saved from a multiSnpnet run with a validation set), identify the last "previous" iteration, identify the best lambda based on the validation set AUC, and load the lambda sequence stored in the RData file and return the lambda sequence. This is useful for performing a "refit" using a combined set of training + validation set.
read_lambda_sequence_from_multiSnpnetResults(
multiSnpnetResults,
lambda_idx = NULL
)
lambda_idx |
The lambda index. If not specified, we call find_best_lambda_index() |
results_dir |
The results directory |
A lambda sequence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.