UFOs and preprocessing

Python'da Machine Learning için Ön İşleme

James Chapman

Curriculum Manager, DataCamp

Identifying areas for preprocessing

alt text

Python'da Machine Learning için Ön İşleme

Important concepts to remember

  • Missing data: .dropna() and .isna()
  • Types: .astype()
  • Stratified sampling: train_test_split(X, y, stratify=y)
Python'da Machine Learning için Ön İşleme

Let's practice!

Python'da Machine Learning için Ön İşleme

Preparing Video For Download...