Description Usage Arguments Value Details See Also Examples
In random sampling, hyperparameter values are randomly selected from the defined search space. Random sampling allows the search space to include both discrete and continuous hyperparameters.
1 | random_parameter_sampling(parameter_space, properties = NULL)
|
parameter_space |
A named list containing each parameter and its
distribution, e.g. |
properties |
A named list of additional properties for the algorithm. |
The RandomParameterSampling
object.
In this sampling algorithm, parameter values are chosen from a set of
discrete values or a distribution over a continuous range. Functions you can
use include:
choice()
, randint()
, uniform()
, quniform()
, loguniform()
,
qloguniform()
, normal()
, qnormal()
, lognormal()
, and qlognormal()
.
choice()
, randint()
, uniform()
, quniform()
, loguniform()
,
qloguniform()
, normal()
, qnormal()
, lognormal()
, qlognormal()
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.