Skip to content

Commit

Permalink
Merge branch 'hotfix-0.6.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
andreassot10 committed Sep 28, 2021
2 parents d7e23dd + 63d4e94 commit cdb8f1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pxtextminingdashboard
Title: Text Mining Dashboard of Patient Experience Feedback
Version: 0.6.4
Version: 0.6.5
Authors@R: person('Andreas', 'Soteriades', email = '[email protected]', role = c('cre', 'aut'))
Description: Text Mining Dashboard of Patient Experience Feedback.
License: MIT + file LICENSE
Expand Down
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 cdb8f1a

Please sign in to comment.