pretty_seq: Set sampling parameters

pretty_seqR Documentation

Set sampling parameters

Description

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)

NINAnor/oneimpact documentation built on June 14, 2025, 12:27 a.m.