UFOs and preprocessing

Preprocessing for Machine Learning in Python

James Chapman

Curriculum Manager, DataCamp

Identifying areas for preprocessing

alt text

Preprocessing for Machine Learning in Python

Important concepts to remember

  • Missing data: .dropna() and .isna()
  • Types: .astype()
  • Stratified sampling: train_test_split(X, y, stratify=y)
Preprocessing for Machine Learning in Python

Let's practice!

Preprocessing for Machine Learning in Python

Preparing Video For Download...