This function sets the sampling parameters.
Usage
pretty_seq(x, name = "Resample")
Arguments
- max_validation_size_blockH0
= 1000,
- max_number_blocksH1_train
Default = 10. Maximum number of blocks at level H1,
used for fitting the model. Why do we set a maximum here?
If all blocks should be used, use max_number_blocksH1_train = Inf
.
- max_fit_size
1000
Value
List of sampling parameters for the spatial stratified cross-validation,
with size of blocks of H0, H1, and H2.
Examples
set_sampling_params(1000, 10, 1000)
#> Error in set_sampling_params(1000, 10, 1000): could not find function "set_sampling_params"