Description Usage Arguments Value
estimate_accuracies
repeatedly trains and evaluates models on a given
dataset.
1 2 3 4 5 6 7 8 | estimate_accuracies(
dataset_name,
dataset,
nsamples,
times = 500,
models = my_model_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 |
times |
how many times to train and test the models, default 500 |
models |
the models to train |
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.