Learn R Programming

E2E (version 0.1.2)

register_model_pro: Register a Prognostic Model

Description

Registers a model function into the internal system environment, making it available for batch execution.

Usage

register_model_pro(name, func)

Arguments

name

String identifier for the model.

func

The model training function.