View source: R/class-highmlr-fit.R
| new_highmlr_fit | R Documentation |
Internal constructor. Not exported. Use [highmlr()] to create fits.
new_highmlr_fit(
selected,
performance = NULL,
model = NULL,
method = NA_character_,
call = NULL,
data_summary = list(),
meta = list()
)
selected |
A 'tibble' of selected features with columns 'feature', 'importance', and method-specific extras (e.g. 'coef', 'hazard_ratio', 'selection_freq'). |
performance |
A named list of out-of-sample performance metrics (e.g. 'c_index', 'ibs'). |
model |
The fitted underlying model object (parsnip fit, glmnet object, or list of these for stability selection). |
method |
Character scalar, the method used. |
call |
The matched call. |
data_summary |
A small list summarising the input data (n, p, events, censoring rate). |
meta |
Optional list for method-specific metadata. |
An object of class 'highmlr_fit'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.