During the Feature Encoding in Machine Learning Training pipeline we encode the categorical features into numbers.Some times when we have nominal data we prefer to use the frequency encoding.
In this video I explained how we can perform the Frequency Encoding.
Python Notebook : https://github.com/atulpatelDS/Youtub...
#LabelEncoder #OrdinalEncoder
#FeatureEncoding #FeatureEngineering #FeatureTransformation #DataScience #MachineLearning #CategoricalEncoding