machine-learning-articles icon indicating copy to clipboard operation
machine-learning-articles copied to clipboard

Preprocessing with sklearn: a complete and comprehensive guide

Open RobertGarciadSilva opened this issue 4 years ago • 1 comments

TL;DR

Useful guide to preprocessing data using sklearn.

Article Link

https://towardsdatascience.com/preprocessing-with-sklearn-a-complete-and-comprehensive-guide-670cb98fcfb9

Author

Steven Van Dorpe

Key Takeaways

  • Missing values
  • Polynomial features
  • Categorical features
  • Numerical features
  • Custom transformations
  • Feature scaling
  • Normalization

Useful Code Snippets

Useful Tools

Comments/ Questions

RobertGarciadSilva avatar Apr 12 '20 15:04 RobertGarciadSilva

Thank you for the helpful article!

khuyentran1401 avatar Apr 12 '20 18:04 khuyentran1401