Embed presentation
Download to read offline








Feature engineering is a machine learning technique that uses data to create new variables not present in the training set. It involves techniques like outlier detection and removal, one hot encoding, log transforms, dimensionality reduction using PCA, handling missing values, and scaling. Outliers are unusual data points that differ significantly from other samples and can occur due to errors or be legitimate variations, while percentiles describe the value a given percentage of values are lower than.







