Member-only story
Machine Learning Primer Feature Selection and Feature Engineering
8 min readNov 9, 2024
This will help learn how tech companies like Meta, Twitter, and Airbnb design their feature selection and feature engineering to serve billions of users every day
We will cover the following
- Common problems
- Best practices
- One hot encoding in tech companies
- Benefits
- Feature hashing example
- Feature hashing in tech companies
- Crossed feature in tech companies
4. Embedding
- Benefits
- How to generate/learn embedding vector?
- Embedding in tech companies
- Normalization
- Standardization
for full course for system design
1. One hot encoding
One hot encoding is a very common technique in feature engineering. It converts categorical variables into a one-hot numeric array.