comparing text using machine learning

You’re currently comparing the same column with each other which naturally results in 1.0 :slight_smile:

image

You’ll probably simply need to properly configure the node or restructure your input so that it consists of two columns which you want to compare with each other.

Without knowing your task, you can probably do that with one of the “Joiner” nodes:

image

7 Likes