จัดการกับ Outliers
Garbage in, garbage out.
ค่าผิดปกติ (Outliers) จำเป็นต้องถูกจัดการ ก่อนนำข้อมูลไปสร้าง Machine Learning Model ตัวอย่างการจัดการกับค่า Outliers โดยใช้ Python code ดังนี้
import numpy as np
import pandas as pd
from scipy import stats
# ข้อมูลตัวอย่าง