This repository is totally focused on Feature Engineering Concepts in detail, I hope you'll find it helpful.
-
Updated
Apr 7, 2023 - Jupyter Notebook
This repository is totally focused on Feature Engineering Concepts in detail, I hope you'll find it helpful.
This project focusing on statistical analysis to understand and prepare data for potential machine learning applications. The dataset house_price.csv includes property prices in Bangalore. The analysis aims to perform exploratory data analysis (EDA), detect and handle outliers, check data distribution and normality, and analyze correlations.
Outlier_Exterminator is a Python tool for detecting and treating outliers using IQR, Z-Score, and Percentile methods. It supports trimming, capping, and Winsorization, demonstrated in a Jupyter Notebook.
An outlier is a data point that is noticeably different from the rest. They represent errors in measurement, bad data collection, or simply show variables not considered when collecting the data.An outlier is a data point that is noticeably different from the rest. They represent errors in measurement, bad data collection, or simply show variabl…
Add a description, image, and links to the percentile-method topic page so that developers can more easily learn about it.
To associate your repository with the percentile-method topic, visit your repo's landing page and select "manage topics."