Recently Published
Rachel_badge module_1
This is the badge activity on reflecting and trying to run some analysis
HTML
NHS Cardiology most admission hospitals by Bella
Exploratory Data Analysis of Airline Accidents
This task focuses on the Exploratory Data Analysis (EDA) of airline accidents, aiming to uncover patterns and trends related to total incidents, fatal accidents, and total fatalities.
Proyek Pemodelan Keuangan Derivatif
Proyek ini bertujuan untuk memvaluasi nilai Opsi Saham Karyawan (OSK) dengan model volatilitas stokastik Heston menggunakan metode Least Squares Monte Carlo (LSMC)
Análisis de Publicaciones de La Posta en Mayo del 2025
Es un análisis del medio digital La Posta en el mes de junio del 2025 de sus dos principales redes sociales. X y Facebook. Es una análisis académico para la Universidad Nacional de Loja. Facultad de Comunicación.
Proyek Analisis Model Prediktif
Proyek ini bertujuan untuk menganalisis faktor-faktor ekonomi apa saja yang mempengaruhi nilai tukar USD/IDR menggunakan metode regresi LASSO dan regresi Ridge
Simple_Linear _Regression
Simple Linear Regression and basic EDA
Publish Document
Exploratory Data Analysis (EDA): Bank Customer Churn
Objective
The goal of this analysis is to understand the key patterns and drivers behind customer churn in a banking context.
Churn — when a customer leaves the bank — can be extremely costly, so uncovering early warning signs is crucial.
This EDA serves as the foundation before building any predictive machine learning models.
Key Focus Areas
Framing the Business Problem:
Reducing churn = retaining valuable customers = higher lifetime value.
Data Distributions:
Analysis of numerical variables (e.g., balance, credit score, age, tenure) to identify skewness, outliers, and transformation needs.
Churn Trends by Geography and Demographics:
Deep dive into country-level churn (Germany vs France vs Spain), and patterns by gender, age, and tenure.
Feature Relationships:
Scatter plots, correlation matrix, and churn ratios to explore how variables interact and contribute to churn risk.
Handling Imbalanced Data:
Churn is typically a minority class — analysis accounts for the skew and explores preprocessing ideas for modeling.
Tools Used
R & R Markdown
tidyverse, ggplot2, DataExplorer, caret
Interactive visualizations and summary statistics
Key Insights
Tenure = 1 year is the most volatile group with the highest churn rate.
German customers show significantly higher churn than other countries.
Balance and credit score distributions reveal potential high-risk segments.
Certain variables are uniformly distributed, offering low predictive power.
Class imbalance confirmed — churners are a minority class (~20%), requiring resampling or class-weighted models in future steps.
Next Steps
Data cleaning and preprocessing (e.g., scaling, encoding)
Feature engineering
Classification modeling using logistic regression, tree-based methods, and ensemble models
This analysis is the first step in building a robust churn prediction model.
Proper EDA ensures smarter feature selection, better model accuracy, and ultimately smarter business decisions.