Execute a Fold Experiment
Execute a fold experiment
POST /cloud/executeFoldExperiment
note
Execute a fold experiment using the data loaded in the creation of the instance. If you don't specify the instance version we'll take the current version.
Parameters
instanceName (form variable)
Name of the instance. Alphanumeric string: [A-Za-z0-9-_]+.
version (form variable)
Version of the instance. A string Vx where x is an integer greater than 0 and represent the number of version.
experimentName (form variable)
Experiment folder name. Alphanumeric string: [A-Za-z0-9-_]+.
nFolds (form variable)
Number of folds in the experiment. A positive integer greater than 2: [2-9] | [1-9][0-9]+.
threshold (form variable)
foldSeed (form variable)
experimentMode (form variable)
K_FOLD_CROSS_VALIDATION, TUNING or VALIDATION
weightedRecall (form variable)
exploreAdditionalThresholds (form variable)
user (header (authorization) variable)
user's authentication