Skip to content

Commit

Permalink
code: Fix issue with SGD model names (SVM or logistic) not displaying.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreassot10 committed Sep 28, 2021
1 parent c549462 commit 63d4e94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/utils_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ prep_all_pipeline_tuning_results <- function(x) {
prep_best_estimators <- function(x) {

best_estimators <- x %>%
dplyr::mutate(learner = sub("\\(.*", "", param_clf__estimator)) %>%
dplyr::group_by(learner) %>%
dplyr::arrange(
dplyr::desc(tidyselect::all_of("mean_test_Class Balance Accuracy"))
Expand Down

0 comments on commit 63d4e94

Please sign in to comment.