Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 291 Bytes

Part_25_Imputation.md

File metadata and controls

8 lines (5 loc) · 291 Bytes

strategy : string, optional (default=”mean”)

The imputation strategy

  • [mean] replace missing values using the mean along the axis.
  • [median] replace missing values using the median along the axis.
  • [most_frequent] replace missing using the most frequent value along the axis.