if (FALSE) {
set_new_model("shallow_learning_model")
set_model_mode("shallow_learning_model", "partition")
set_model_engine("shallow_learning_model", "partition", "stats")
set_encoding(
model = "shallow_learning_model",
mode = "partition",
eng = "stats",
options = list(
predictor_indicators = "traditional",
compute_intercept = TRUE,
remove_intercept = TRUE,
allow_sparse_x = FALSE
)
)
get_encoding("shallow_learning_model")
get_encoding("shallow_learning_model")$value
}
Run the code above in your browser using DataLab