?? Day91 of #100DaysOfPython ??
Surya Singh
Sr. AI/ML Consultant & Team Lead @Accenture Strategy | ex-ZS, EY | MS in ML & AI
Today, we're diving into Count/Frequency Encoding for handling categorical feature!
Count or frequency encoding is a method of encoding categorical variables by replacing each category with the count or frequency of occurrences in the dataset.
Instead of assigning arbitrary numerical values or creating multiple binary columns, count encoding simplifies the process by directly mapping categories to their occurrence counts or frequencies.
Advantages:
Disadvantages:
Stay tuned for more encoding technques!