Skip to content

This repository contains the python code for detecting outliers and capping/transforming them in a Titanic Dataset.

Notifications You must be signed in to change notification settings

deepaligarg/Titanic-Outlier-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Titanic-Outlier-Detection

This repository contains the python code for detecting outliers and removing/transformimg them in a Titanic Dataset.

The outliers are detected plotting histograms, distplots and boxplots using Matplotlib and Seaborn Libraries. Once the outliers are detected, they are transformed using IQR (Inter Quartile Range) and are capped using the upper and the lower value boundaries.

About

This repository contains the python code for detecting outliers and capping/transforming them in a Titanic Dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published