| familiarCollection-class | R Documentation | 
A familiarCollection object aggregates data from one or more familiarData objects.
nameName of the collection.
data_setsName of the individual underlying datasets.
outcome_typeOutcome type for which the collection was created.
outcome_infoOutcome information object, which contains information concerning the outcome, such as class levels.
fs_vimpVariable importance data collected by 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, but without imputation.
learnerLearning algorithm(s) used for data in the collection.
fs_methodFeature selection method(s) used for data in the collection.
prediction_dataModel predictions for the data in the collection.
confusion_matrixConfusion matrix information for the data in the collection.
decision_curve_dataDecision curve analysis data for the data in the collection.
calibration_infoCalibration information, e.g. baseline survival in the development cohort.
calibration_dataModel calibration data collected from data in the collection.
model_performanceCollection of model performance data for data in the collection.
km_infoInformation concerning risk-stratification cut-off values for data in the collection.
km_dataKaplan-Meier survival data for data in the collection.
auc_dataAUC-ROC and AUC-PR data for data in the collection.
ice_dataIndividual conditional expectation data for data in the collection. Partial dependence data are computed on the fly from these data.
univariate_analysisUnivariate analysis results of data in the collection.
feature_expressionsFeature expression values for data in the collection.
feature_similarityFeature similarity information for data in the collection.
sample_similaritySample similarity information for data in the collection.
data_set_labelsLabels for the different datasets in the collection.
See get_data_set_names and set_data_set_names.
learner_labelsLabels for the different learning algorithms used to
create the collection. See get_learner_names and set_learner_names.
fs_method_labelsLabels for the different feature selection methods
used to create the collection. See get_fs_method_names and
set_fs_method_names.
feature_labelsLabels for the features in this collection. See
get_feature_names and set_feature_names.
km_group_labelsLabels for the risk strata in this collection. See
get_risk_group_names and set_risk_group_names.
class_labelsLabels of the response variable. See get_class_names and
set_class_names.
project_idIdentifier of the project that generated this collection.
familiar_versionVersion of the familiar package.
familiarCollection objects collect data from one or more familiarData objects. This objects are important, as all plotting and export functions use it. The fact that one can supply familiarModel, familiarEnsemble and familiarData objects as arguments for these methods, is because familiar internally converts these into familiarCollection objects prior to executing the method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.