Ardor

Label Encoding

Label Encoding converts categorical labels into numeric codes, typically integers. While simple, it can impose an ordinal relationship where none exists. One-hot encoding is often used as an alternative if the categories are not naturally ordered.

Still doing it by hand? Describe it once and let it run.