calculate_mean_cv_scores | R Documentation |
Calculate Mean Cross-Validation Scores for Various Feature Selection Methods
calculate_mean_cv_scores(selected_pipelines, cv_best_score)
selected_pipelines |
A list of pipelines for different feature selection methods. |
cv_best_score |
A list or vector of cross-validation scores. |
A dataframe containing the mean and standard deviation of cross-validation scores for each method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.