UFOs and preprocessing

Preprocessing per il Machine Learning in Python

James Chapman

Curriculum Manager, DataCamp

Identifying areas for preprocessing

alt text

Preprocessing per il 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 per il Machine Learning in Python

Let's practice!

Preprocessing per il Machine Learning in Python

Preparing Video For Download...