We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abd845 commit c322825Copy full SHA for c322825
R/mlPrediction.R
@@ -340,9 +340,9 @@ is.jaspMachineLearning <- function(x) {
340
return()
341
}
342
if (is.null(model[["jaspScaling"]])) {
343
- table$addFootnote(gettext("The features in the new data are unscaled."))
+ table$addFootnote(gettext("The features in the new data are unscaled, consistent with the training set."))
344
} else {
345
- table$addFootnote(gettext("The features in the new data are scaled."))
+ table$addFootnote(gettext("The features in the new data are scaled the same as those in the training set."))
346
347
modelVars_encoded <- model[["jaspVars"]][["encoded"]]$predictors
348
modelVars_decoded <- model[["jaspVars"]][["decoded"]]$predictors
0 commit comments