Man pages for familiar
End-to-End Automated Machine Learning and Model Evaluation

aggregate_vimp_table-methodsAggregate variable importance from multiple variable...
as_data_object-methodsCreates a valid data object from input data.
as_familiar_collection-methodsConversion to familiarCollection object.
as_familiar_data-methodsConversion to familiarData object.
as_familiar_ensemble-methodsConversion to familiarEnsemble object.
coef-methodsExtract model coefficients
create_randomised_groupsCreate randomised groups Creates randomised groups, e.g. for...
dataObject-classData object
dot-check_class_level_plausibilityInternal function to test plausibility of provided class...
dot-check_feature_availabilityInternal function to check whether feature columns are found...
dot-check_input_identifier_columnInternal function for checking consistency of the identifier...
dot-check_input_plot_argsInternal checks on common plot input arguments
dot-check_outcome_type_plausibilityInternal function for checking if the outcome type fits well...
dot-check_plot_splitting_variablesChecks and sanitizes splitting variables for plotting.
dot-check_survival_time_plausibilityInternal function to test plausibility of provided survival...
dot-finish_data_preparationInternal function for finalising generic data processing
dot-get_default_sign_sizeInternal function for obtaining a default signature size...
dot-get_iteration_dataInternal function for creating or retrieving iteration data
dot-impute_outcome_typeInternal imputation function for the outcome type.
dot-load_iterationsInternal function for loading iteration data from the file...
dot-parse_categorical_featuresInternal function for setting categorical features
dot-parse_evaluation_settingsInternal function for parsing settings related to model...
dot-parse_experiment_settingsInternal function for parsing settings related to the...
dot-parse_feature_selection_settingsInternal function for parsing settings related to feature...
dot-parse_file_pathsInternal function for parsing file paths
dot-parse_general_settingsInternal function for parsing settings that configure various...
dot-parse_hyperparameter_optimisation_settingsInternal function for parsing settings related to...
dot-parse_initial_settingsInternal function for parsing settings required to parse the...
dot-parse_integer_featuresInternal function for converting integer features
dot-parse_model_development_settingsInternal function for parsing settings related to model...
dot-parse_preprocessing_settingsInternal function for parsing settings related to...
dot-parse_setup_settingsInternal function for parsing settings related to the...
dot-plot_permutation_variable_importanceInternal plotting function for permutation variable...
dot-plot_univariate_importanceInternal plotting function for univariate plots
dot-prepare_familiar_data_setsPrepare familiarData objects for evaluation at runtime.
dot-update_experimental_design_settingsInternal function to check batch assignment to development...
dot-update_initial_settingsInternal check and update of settings related to data set...
encapsulate_pathEncapsulate path
experimentData-classExperiment data
export_all-methodsExtract and export all data.
export_auc_data-methodsExtract and export ROC and Precision-Recall curves.
export_calibration_data-methodsExtract and export calibration and goodness-of-fit tests.
export_calibration_info-methodsExtract and export calibration information.
export_confusion_matrix_data-methodsExtract and export confusion matrices.
export_decision_curve_analysis_data-methodsExtract and export decision curve analysis data.
export_feature_expressions-methodsExtract and export feature expressions.
export_feature_similarity-methodsExtract and export mutual correlation between features.
export_fs_vimp-methodsExtract and export feature selection variable importance.
export_hyperparameters-methodsExtract and export model hyperparameters.
export_ice_data-methodsExtract and export individual conditional expectation data.
export_model_performance-methodsExtract and export metrics for model performance.
export_model_vimp-methodsExtract and export model-based variable importance.
export_partial_dependence_data-methodsExtract and export partial dependence data.
export_permutation_vimp-methodsExtract and export permutation variable importance.
export_prediction_data-methodsExtract and export predicted values.
export_risk_stratification_data-methodsExtract and export sample risk group stratification and...
export_risk_stratification_info-methodsExtract and export cut-off values for risk group...
export_sample_similarity-methodsExtract and export mutual correlation between features.
export_univariate_analysis_data-methodsExtract and export univariate analysis data of features.
extract_auc_dataInternal function to extract area under the ROC curve...
extract_calibration_dataInternal function to extract calibration data.
extract_calibration_infoInternal function to extract calibration info from data.
extract_confusion_matrixInternal function to extract the confusion matrix.
extract_dataInternal function to create a familiarData object.
extract_decision_curve_dataInternal function to extract decision curve analysis data.
extract_dispatcher-familiarEnsemble-familiarDataElement-methodInternal function to dispatch extraction functions.
extract_experimental_setupParse experimental design
extract_feature_expressionInternal function to extract feature expressions.
extract_feature_similarityInternal function to extract the feature distance table.
extract_fs_vimpInternal function to extract feature selection variable...
extract_hyperparametersInternal function to extract hyperparameters from models.
extract_iceInternal function to extract data for individual conditional...
extract_model_vimpInternal function to extract variable importance from models.
extract_performanceInternal function to extract performance metrics.
extract_permutation_vimpInternal function to extract permutation variable importance.
extract_predictionsInternal function to extract predicted values from models.
extract_risk_stratification_dataInternal function to extract stratification data.
extract_risk_stratification_infoInternal function to extract risk stratification info from...
extract_sample_similarityInternal function to extract the sample distance table.
extract_univariate_analysisInternal function to extract data from a univariate analysis.
familiarfamiliar: Fully Automated Machine Learning with Interpretable...
familiarCollection-classCollection of familiar data.
familiarData-classDataset obtained after evaluating models on a dataset.
familiarDataElement-classData container for evaluation data.
familiarEnsemble-classEnsemble of familiar models.
familiarHyperparameterLearner-classHyperparameter learner.
familiarMetric-classModel performance metric.
familiarModel-classFamiliar model.
familiarNoveltyDetector-classNovelty detector.
familiarVimpMethod-classVariable importance method object.
featureInfo-classFeature information object.
featureInfoParameters-classFeature information parameters object.
get_class_names-familiarCollection-methodGet outcome class labels
get_data_set_names-familiarCollection-methodGet current name of datasets
get_feature_names-familiarCollection-methodGet current feature labels
get_fs_method_names-familiarCollection-methodGet current feature selection method name labels
get_learner_names-familiarCollection-methodGet current learner name labels
get_risk_group_names-familiarCollection-methodGet current risk group labels
get_vimp_table-methodsExtract variable importance table.
get_xml_configCreate an empty xml configuration file
is.encapsulated_pathInternal test for encapsulated_path
is.waiveInternal test to see if an object is a waiver
outcomeInfo-classOutcome information object.
plot_auc_precision_recall_curve-methodsPlot the precision-recall curve.
plot_auc_roc_curve-methodsPlot the receiver operating characteristic curve.
plot_calibration_data-methodsPlot calibration figures.
plot_confusion_matrix-methodsPlot confusion matrix.
plot_decision_curve-methodsPlot decision curves.
plot_feature_similarity-methodsPlot heatmaps for pairwise similarity between features.
plot_ice-methodsPlot individual conditional expectation plots.
plot_kaplan_meier-methodsPlot Kaplan-Meier survival curves.
plot_model_performance-methodsPlot model performance.
plot_pd-methodsPlot partial dependence.
plot_permutation_variable_importance-methodsPlot permutation variable importance.
plot_sample_clustering-methodsPlot heatmaps for pairwise similarity between features.
plot_univariate_importance-methodsPlot univariate importance.
plot_variable_importance-methodsPlot variable importance scores of features during feature...
precompute_data_assignmentPre-compute data assignment
precompute_feature_infoPre-compute feature information
precompute_vimpPre-compute variable importance
predict-methodsModel predictions for familiar models and model ensembles
set_class_names-familiarCollection-methodRename outcome classes for plotting and export
set_data_set_names-familiarCollection-methodName datasets for plotting and export
set_feature_names-familiarCollection-methodRename features for plotting and export
set_fs_method_names-familiarCollection-methodRename feature selection methods for plotting and export
set_learner_names-familiarCollection-methodRename learners for plotting and export
set_object_name-familiarData-methodSet the name of a 'familiarData' object.
set_object_name-familiarEnsemble-methodSet the name of a 'familiarEnsemble' object.
set_object_name-familiarModel-methodSet the name of a 'familiarModel' object.
set_risk_group_names-familiarCollection-methodRename risk groups for plotting and export
summary-methodsModel summaries
summon_familiarPerform end-to-end machine learning and data analysis
theme_familiarFamiliar ggplot2 theme
train_familiarCreate models using end-to-end machine learning
update_model_dir_path-methodsUpdates model directory path for ensemble objects.
update_object-methodsUpdate familiar S4 objects to the most recent version.
vcov-methodsCalculate variance-covariance matrix for a model
vimpTable-classVariable importance table
waiverCreate a waiver object
familiar documentation built on Sept. 30, 2024, 9:18 a.m.