AKAkshay Kumarincoolguru.hashnode.dev·Apr 3, 2024 · 5 min readFunction Transformerfeature encoding technique basically a mathematical transformer (Applied on numerical data ) To improve the model performance as these transformations conform to model assumptions which in turn amplifies the model's predictive power and increases the...00
AKAkshay Kumarincoolguru.hashnode.dev·Apr 2, 2024 · 3 min readEncode with Precision, Achieve Machine Learning VisionEncoders are used to convert categorical data into a format that can be understood by machine learning algorithms. The choice of encoder depends on the nature of the categorical data and the specific requirements of the machine learning model. Here a...00