This function is used to register new types of models.
set_new_model(model)NULL invisibly
This function is available for users to add their own models or engines (in a package or otherwise) so that they can be accessed using packages that use modelenv.
if (FALSE) {
set_new_model("shallow_learning_model")
}