set_new_model: Register New Model

View source: R/set_new_model.R

set_new_modelR Documentation

Register New Model

Description

This function is used to register new types of models.

Usage

set_new_model(model)

Arguments

model

A single character string for the model type (e.g. "k_means", etc).

Details

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.

Value

NULL invisibly

Examples


set_new_model("shallow_learning_model")


modelenv documentation built on March 31, 2023, 10:31 p.m.