Smote Data Type Error

Hi,
can someone please tell why am i have this error while configuring smote although there are no string data type in my csv?
Capture

Hi,

"No column in spec compatible to “StringValue” means, that there has to be at least one column compatible to “StringValue” (e.g. String). As you can see in the description, a “Class Column” is needed which expects a column of type “StringValue”. If your class is encoded numerically simply use the String Manipulation Node to convert it to String.

Cheers,
Moritz

Thank you Moritz for solution, its resolved now :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.