| familiarData-class | R Documentation |
A familiarData object is created by evaluating familiarEnsemble or familiarModel objects on a dataset. Multiple familiarData objects are aggregated in a familiarCollection object.
nameName of the dataset, e.g. training or internal validation.
outcome_typeOutcome type of the data used to create the object.
outcome_infoOutcome information object, which contains additional information concerning the outcome, such as class levels.
fs_vimpVariable importance data collected from feature selection methods.
model_vimpVariable importance data collected from model-specific algorithms implemented by models created by familiar.
permutation_vimpData collected for permutation variable importance.
hyperparametersHyperparameters collected from created models.
hyperparameter_dataAdditional data concerning hyperparameters. This is currently not used yet.
required_featuresThe set of features required for complete reproduction, i.e. with imputation.
model_featuresThe set of features that are required for using the model or ensemble of models, but without imputation.
learnerLearning algorithm used to create the model or ensemble of models.
fs_methodFeature selection method used to determine variable importance for the model or ensemble of models.
pooling_tableRun table for the data underlying the familiarData object. Used internally.
prediction_dataModel predictions for a model or ensemble of models for the underlying dataset.
confusion_matrixConfusion matrix for a model or ensemble of models, based on the underlying dataset.
decision_curve_dataDecision curve analysis data for a model or ensemble of models, based on the underlying dataset.
calibration_infoCalibration information, e.g. baseline survival in the development cohort.
calibration_dataCalibration data for a model or ensemble of models, based on the underlying dataset.
model_performanceModel performance data for a model or ensemble of models, based on the underlying dataset.
km_infoInformation concerning risk-stratification cut-off values..
km_dataKaplan-Meier survival data for a model or ensemble of models, based on the underlying dataset.
auc_dataAUC-ROC and AUC-PR data for a model or ensemble of models, based on the underlying dataset.
ice_dataIndividual conditional expectation data for features included in a model or ensemble of models, based on the underlying dataset. Partial dependence data are computed on the fly from these data.
univariate_analysisUnivariate analysis of the underlying dataset.
feature_expressionsFeature expression values of the underlying dataset.
feature_similarityFeature similarity information of the underlying dataset.
sample_similaritySample similarity information of the underlying dataset.
is_validationSignifies whether the underlying data forms a validation dataset. Used internally.
generating_ensembleName of the ensemble that was used to generate the familiarData object.
project_idIdentifier of the project that generated the familiarData object.
familiar_versionVersion of the familiar package.
familiarData objects contain information obtained by evaluating a single model or single ensemble of models on a dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.