Description Usage Arguments Value
cv_lr_experiment
.
1 2 3 4 5 6 7 8 9 | cv_lr_experiment(
dataset_name,
dataset,
nsamples,
folds,
times = 50,
penalties = my_penalty_list,
seed = 2021
)
|
dataset_name |
a unique string identifying the dataset |
dataset |
the data set to use |
nsamples |
how large the training set should be |
folds |
number of folds to use, with a -1 meaning leave-one-out |
times |
how many times to train and test the models, default 500 |
seed |
random seed |
a matrix of accuracies, where each row corresponds to a model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.