i am new to data science and knime platform I work on sklearn in python and ı have a project for some columns i need to use labelencoder and onehotencoder. Which nodes correspond to these encoders in knime.
For a label encoding you can use the Category to Number node. This node takes columns with nominal data and maps every category to an integer.
For a one hot encoding you can use the One to Many node.