Skip to main content

Encoding

 



Welcome to another series of Quick Reads... This series of Quick Reads focuses on another major step in the process of Data Preprocessing, i.e. Variable Encoding. 

We will be studying every detail from What is Variable Encoding to What techniques do we use with their shortcomings and strengths together with a practical demo. All this is in our series of Quick Reads.

Trust us, when we say Quick Reads, then we truly mean teaching and explaining some heavy concepts in Data Science, at the same time in which we cook our 'Maggie'. 

 

INDEX

1. What is Variable Encoding? 

2. Techniques used for Variable Encoding

    2.1 Count Frequency Encoding

    2.2 Mean/ Target Encoding

    2.3 One Hot Encoding

    2.4 Ordinal Encoding

    2.5 Rare Label Encoding

    2.6 Decision Tree Encoding



Comments