EmamulHossen / FeatureTransformation-Assignment-

Feature transformation is a technique in machine learning that changes the way features are represented in order to improve the performance of machine learning algorithms. This can be done by transforming the features to a different scale, removing outliers, or creating new features from existing

Home Page:https://github.com/EmamulHossen/FeatureTransformation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Feature Transformation

Description

Feature transformation refers to the process of altering or converting the original features (input variables) in a dataset to create new features that can help improve the performance of a machine learning model.

The Process of Feature Transformation

Normalization
Standardization
Logarithm Transformation
Robust Scaler
Min Absolute Scaler

Tech Used

NumPy Pandas

Follow me

Links

About

Feature transformation is a technique in machine learning that changes the way features are represented in order to improve the performance of machine learning algorithms. This can be done by transforming the features to a different scale, removing outliers, or creating new features from existing

https://github.com/EmamulHossen/FeatureTransformation


Languages

Language:Jupyter Notebook 100.0%