Skip to contents

modeltuner_options() displays the current values of all options set in the package. These options define default values for certain function parameters.

Usage

modeltuner_options()

Value

Returns a list of option settings.

Details

Examples

modeltuner_options()
#> $cv_nfold
#> [1] 10
#> 
#> $cv_verbose
#> [1] FALSE
#> 
#> $cv_show_se
#> [1] FALSE
#> 
#> $cv_iter
#> Preference criterion for an iteratively fitted model:
#>   criterion:     crit_min()
#>   label suffix:  “min”
#>   Selects the iteration with minimal test error.
#> 
#> $expand_max_model
#> [1] 30
#> 
#> $print_max_model
#> [1] 3
#> 
#> $print_max_row
#> [1] 30
#> 
#> $print_rows_evaluation_log
#> [1] 6
#>