Explore Student Insights Suite — analyze, predict, and estimate student success effortlessly!
-
Updated
May 21, 2025 - Python
Explore Student Insights Suite — analyze, predict, and estimate student success effortlessly!
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.
This repository is totally focused on Feature Engineering Concepts in detail, I hope you'll find it helpful.
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."