-
13:53
(UTC -12:00)
-
-
Comprehensive health insurance data analysis using Python. Includes data cleaning, feature engineering, statistical testing, and preprocessing for modeling. Reveals how smoking, age, and BMI impact…
Jupyter Notebook UpdatedJul 2, 2025 -
One-Hot Encoding (OHE) is a technique to convert nominal (categorical) data into a numerical format for machine learning. This project demonstrates OHE using Python, pandas, and scikit-learn, trans…
Jupyter Notebook UpdatedJun 26, 2025 -
5-Number-Theory Public
This Python notebook demonstrates how to compute the five-number summary (minimum, Q1, median, Q3, maximum), calculate the interquartile range (IQR), detect outliers, and visualize data distributio…
Jupyter Notebook UpdatedJun 26, 2025 -
This project demonstrates feature engineering for imbalanced datasets in Python. It covers synthetic data generation, visualizing class imbalance, and balancing classes using upsampling and downsam…
-
Feature_Engineering_SMOTE Public
This notebook shows how to handle imbalanced datasets using SMOTE (Synthetic Minority Over-sampling Technique). It covers data preprocessing, visualization, and applying SMOTE to balance class dist…
Jupyter Notebook UpdatedJun 25, 2025 -
Feature engineering on the Titanic dataset using Python. Demonstrates handling missing values by imputing age (mean/median) and embarked (mode), and creates new features to improve data quality for…
Jupyter Notebook UpdatedJun 25, 2025 -
Netflix_Analysis_Python Public
This project analyzes Netflix’s content library using Python and Matplotlib, uncovering insights on content distribution, ratings, durations, and release trends. Through data visualizations, it hig…
Jupyter Notebook UpdatedJun 8, 2025 -
Pizza-Sales-SQL Public
This SQL project analyzes pizza sales data to reveal trends in revenue, order patterns, and category distributions. Using joins, aggregations, and ranking functions, it provides insights for data-d…
UpdatedJun 6, 2025 -
Retail_Sales_SQL_Analysis Public
Analyzing retail transactions to uncover sales trends, customer behavior, top-selling products, peak shopping hours, and key business insights for optimization. 🚀
UpdatedJun 5, 2025 -
HR-Dashboard-PowerBI Public
This Power BI HR Dashboard provides interactive insights into key workforce metrics, including headcount, attrition rates, average salary, and demographic breakdowns. Users can drill through to det…
UpdatedJun 4, 2025 -