Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
I deleted my One-Hot Encoder after importing it. However, when I ran the Alteryx, it showed errors couldn't find the downloaded file. I downloaded One-Hot Encoder but Alteryx didn't allow me to import again. Alteryx doesn't see the downloaded file. What can I do to fix this issue? Thank you.
I suggest that you prefix the new columns with the name of the original column when you encode them. For instance, if we have two columns with Yes/No values, we want to get four new columns after encoding. However, if they have the same names, we only get two new columns with Yes/No. The other column is not encoded at all.