Skip to content

Commit c322825

Browse files
committed
Update messages
1 parent 4abd845 commit c322825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/mlPrediction.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,9 @@ is.jaspMachineLearning <- function(x) {
340340
return()
341341
}
342342
if (is.null(model[["jaspScaling"]])) {
343-
table$addFootnote(gettext("The features in the new data are unscaled."))
343+
table$addFootnote(gettext("The features in the new data are unscaled, consistent with the training set."))
344344
} else {
345-
table$addFootnote(gettext("The features in the new data are scaled."))
345+
table$addFootnote(gettext("The features in the new data are scaled the same as those in the training set."))
346346
}
347347
modelVars_encoded <- model[["jaspVars"]][["encoded"]]$predictors
348348
modelVars_decoded <- model[["jaspVars"]][["decoded"]]$predictors

0 commit comments

Comments
 (0)