Learn R Programming

GeneSelectR (version 1.0.1)

calculate_mean_cv_scores: Calculate Mean Cross-Validation Scores for Various Feature Selection Methods

Description

Calculate Mean Cross-Validation Scores for Various Feature Selection Methods

Usage

calculate_mean_cv_scores(selected_pipelines, cv_best_score)

Value

A dataframe containing the mean and standard deviation of cross-validation scores for each method.

Arguments

selected_pipelines

A list of pipelines for different feature selection methods.

cv_best_score

A list or vector of cross-validation scores.