extract_hyperparameters: Internal function to extract hyperparameters from models.

extract_hyperparametersR Documentation

Internal function to extract hyperparameters from models.

Description

Collects hyperparameters from models in a familiarEnsemble.

Usage

extract_hyperparameters(object, message_indent = 0L, verbose = FALSE, ...)

Arguments

object

A familiarEnsemble object, which is an ensemble of one or more familiarModel objects.

message_indent

Number of indentation steps for messages shown during computation and extraction of various data elements.

verbose

Flag to indicate whether feedback should be provided on the computation and extraction of various data elements.

...

Unused arguments.

Value

A list of familiarDataElements with hyperparameters.


familiar documentation built on Sept. 30, 2024, 9:18 a.m.