Create network links using explicit lists of target row numbers and optional weights.
Examples
ds.first_name
), datasets (ds
or ds[["first_name", "last_name"]]
) or models (referenced
by name e.g. "churn-clf"
).
Inputs
Outputs
step(..., {"param": "value", ...}) -> (output)
.
Parameters
null
, an extra
output column will be created containing a weight of 1.0 for each link defined in
the target column (unless a weight_factor
is applied, in which the weights will
have the corresponding value, see below).weight_column
, the values
in that column will be multiplied by this factor. If no weights were passed in,
the newly added weights will all have this value.