Skip to content

Commit

Permalink
Restrict testing data to variables used for training
Browse files Browse the repository at this point in the history
  • Loading branch information
fouodo committed Sep 13, 2024
1 parent 5038d44 commit fc6a94b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/Model.R
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ Model <- R6Class("Model",
var_sel_obj = private$train_layer$getVarSel()
var_sel = var_sel_obj$getVarSubSet()
if (!is.null(var_sel)) {
print(var_sel)
restricted_new_data = restricted_new_data[, var_sel, drop = FALSE]
}
}
Expand Down

0 comments on commit fc6a94b

Please sign in to comment.