#Titanic Data Preprocessing
- checked for errors in the data
- removed null values from Age,Cabin, and Embarked
- used LabelEncoder to turn Categorical data into Numerical data
- Visualised outliers using boxplots and handled them by capping them
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#Titanic Data Preprocessing