Hands on Machine Learning with Scikit-learn and Tensorflow [10%]
Chapter 2
Prepare the data for Machine Learning Algorithms
- Feature Scaling /# DS Best Practices Min-Max Scaling Standartization
- Pipelines are a great way to automate the process. Scikit added such functionality.