Set Parameters

../../../../_images/set_params.svg

Sets the model hyper parameters based on table data

Configuration:
  • copy_through

    Keeps the model parameters that are not overwritten by the inputtable. Otherwise default values are used.

Inputs:
in-model : model

Input model

parameters : table

Parameters

Outputs:
out-model : model

Output model

Ports:

Inputs:

in-model:

model

Input model

parameters:

table

Parameters

Outputs:

out-model:

model

Output model

Configuration:

copy_through
Keeps the model parameters that are not overwritten by the inputtable. Otherwise default values are used.
class node_parameters.SetParameters[source]