Update Model
(AI Studio Core)
Synopsis
Updates a model according to an example set. Please note that this operator can only be used for updatable models, otherwise an error will be shown.Description
This operator updates a Model with an ExampleSet . Please note that the model must return true for Model#isUpdatable() in order to be usable with this operator.
Input
example set (Data table)
This is an example set input port
model (Model)
Output
example set (Data table)
This is an example set output port
model (Model)