-
Create Importtant Functions for Outliers
- Create Function to detect outliers
- Are there outliers in the desired columns?
- Create function to seperate categroical and numerical variables
- Are there outliers in the dataframe
- Create outlier detection function
-
Univariate Outlier Analysis
- Remove outliers
- Fill with average outliers
- Fill with median outliers
- Replace with Threshold
-
Multivariate Outlier Analysis
- Remove outliers
- Replace with threshold
Solfty2/Outlier_Detection_Process
In this section, we will be Outlier_Detection_Process
Jupyter NotebookMIT