KNIME tutorial: Dummy variables with one hot encoding
Dummy variables are needed when you want to perform a regression but have categorical data. The easy way to create those dummy variables is with a technique called one hot encoding. KNIME performs one hot encoding with the one to many node. What is a dummy variable? Dummy variables are how we convertRead more about KNIME tutorial: Dummy variables with one hot encoding[…]