Hello,
I wonder if Alteryx has count and ordinal encoding, or I have to implement them in my own?
Hi @Hagar-Usama ,
I think you can achieve
Count encoding with Summarize tool (Group by the label, and Count the items) and
Ordinal encoding with Unique tool (for the label) and Record ID tool.
@Hagar-Usama
I didn't understand your question but here's an example workflow with some examples