SMOTE implementation

Does the SMOTE implementation already handle missing values ​​and feature scaling?

Hi @ricardo_martins,

good question but what do you mean with “handle” exactly? Remove / filter, fill based on avg. / median? A quick & Drity test showed that the SMOTE node only works with strings and duplicates the other columns (also incl. missing values):

For handling missing values, you can use the Missing Values Node:

Best, Mike
CTO @ DataNautics GmbH - Your KNIME-Experts
Contact: info@datanautics.gmbh // datanautics.gmbh // +49(0)170-325 713 9 // Linkedin
Daten Automatisierung für Finanz-, Produktion-, IT- und Marketing-Prozesse mit KNIME

2 Likes

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