Skip to content

Redact target

Mingjie Sun requested to merge remove-target into master

This primitive is created to remove the target columns in the dataset by setting all values under this column to be zero.

Implementation:

  1. This primitive simply go through all columns and set the target columns to be empty string ``.
  2. Another thing is that in this primitive, I make sure that the input stays unchanged after this primitive. This is important because the input will be used in the end for the score primitive.
Edited by Mingjie Sun

Merge request reports