Skip to content

Commit 1f832bf

Browse files
Update README.md
1 parent 883dd76 commit 1f832bf

File tree

1 file changed

+53
-2
lines changed

1 file changed

+53
-2
lines changed

README.md

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,53 @@
1-
# analytical-models-in-excel
2-
A curated Excel workbook showcasing core data analysis techniques - including regression, classification, dimensionality reduction, and cross-validation - implemented entirely within spreadsheets. Ideal for demonstrating manual model logic, clean formatting, and advanced Excel proficiency without code.
1+
# 📊 Analytical Models in Excel
2+
3+
This repository showcases a range of analytical models implemented directly in Microsoft Excel, demonstrating both statistical understanding and advanced spreadsheet proficiency. As a data analytics student, I created this workbook to serve as a portfolio piece illustrating my hands-on ability to analyze data, build predictive models, and present findings in a clean, structured format - all using Excel's native features.
4+
5+
---
6+
7+
## 📁 Workbook Overview
8+
9+
The workbook includes the following sheets:
10+
11+
| **Sheet Name** | **Description** |
12+
| ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
13+
| **Linear Regression** | Predicts exam scores based on study hours and exam preparation. Includes manual calculation of coefficients, performance metrics, and a summary output. |
14+
| **Principal Component Analysis** | Manual calculation of covariance matrix, eigenvalues and eigenvectors, and principal components for a standardized feature set. |
15+
| **Decision Tree Calculation** | A rule-based decision tree example using categorical features (e.g. likes ice cream/chocolate). Uses entropy-based logic with branching conditions. |
16+
| **Logistic Model Evaluation** | Detailed logistic regression model using multiple predictors. Contains odds ratios, interpretations of coefficients, predicted probabilities, and error types (Type I/II). |
17+
| **Vector Prediction Decision Tree** | Manual calculation for an overfit vector prediction decision tree compared to a code generated one. |
18+
| **K-Fold Cross-Validation** | Performs 5-fold cross-validation on a machine failure dataset. Calculates fold-based splits, tracks performance, and helps evaluate model generalizability. |
19+
| **Logistic Regression** | Manual implementation of logistic regression on binary classification (machine working vs not). Includes logit function, probabilities, and log-likelihoods. |
20+
| **K-Nearest Neighbors** | Basic setup for KNN classification. Graphical representation included. |
21+
22+
---
23+
24+
## 🔧 Skills Demonstrated
25+
26+
* **Analytical Thinking**: Applying core data science concepts in spreadsheet format
27+
* **Excel Mastery**: Advanced use of formulas, named ranges, logical structures, formatting, and charts
28+
* **Model Interpretation**: Clear presentation of each model's outputs, performance metrics, and decision logic
29+
* **Self-contained Execution**: All computations are done manually within Excel — no external tools or code required
30+
31+
---
32+
33+
## 🧠 Why Excel?
34+
35+
While programming languages like Python and R are industry standards for analytics, Excel remains an invaluable tool — especially in business environments. This project demonstrates how deep analytical work can be achieved even in Excel, making concepts more transparent and accessible.
36+
37+
---
38+
39+
## 🚀 How to Use
40+
41+
1. Open the `Analytical_Models_In_Excel.xlsx` file.
42+
2. Navigate through the tabs to explore each model.
43+
3. Use in-sheet comments, formula breakdowns, and labeled sections to follow the logic step-by-step.
44+
45+
---
46+
47+
## 📬 Feedback & Collaboration
48+
49+
If you're a student, analyst, or recruiter reviewing this portfolio - feel free to reach out! I'm always open to feedback, collaboration, or internship opportunities in data analytics, machine learning, or related fields.
50+
51+
**Author:** Jishen Harilal
52+
**LinkedIn:** www.linkedin.com/in/jishen-harilal
53+
**Contact:** jishen2108@gmail.com

0 commit comments

Comments
 (0)