Skip to content

Commit cdb8f1a

Browse files
committed
Merge branch 'hotfix-0.6.5'
2 parents d7e23dd + 63d4e94 commit cdb8f1a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: pxtextminingdashboard
22
Title: Text Mining Dashboard of Patient Experience Feedback
3-
Version: 0.6.4
3+
Version: 0.6.5
44
Authors@R: person('Andreas', 'Soteriades', email = 'andreas.soteriades@nottshc.nhs.uk', role = c('cre', 'aut'))
55
Description: Text Mining Dashboard of Patient Experience Feedback.
66
License: MIT + file LICENSE

R/utils_helpers.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ prep_all_pipeline_tuning_results <- function(x) {
100100
prep_best_estimators <- function(x) {
101101

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

0 commit comments

Comments
 (0)