ML

The Binarizer transform details are provided under this section.

Binarizer

It converts the value of a numerical column to zero when the value in the column is less than or equals to the threshold value and one if the value in the column is greater than threshold value.

  • Select a numeric column from the dataset.

  • Open the Transforms tab.

  • Select the Binarizer transform from the ML category of transforms.

  • Provide a Threshold value.

  • Click the Submit option.

  • The Dataset gets a new column with the 1 and 0 values by comparing the actual values with the set threshold limit.

Last updated