Skip to content

Commit e7fbbcf

Browse files
2 parents 6c5d2bd + afb4f15 commit e7fbbcf

File tree

5 files changed

+158
-14
lines changed

5 files changed

+158
-14
lines changed

.github/FUNDING.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# These are supported funding model platforms
2+
3+
github: # [ekrishnachaitanya2004,eksandy]
4+
patreon: # patreon.com/ekrishnachaitanya2004
5+
open_collective: # ekrishnachaitanya2004
6+
ko_fi: # ko-fi.com/krishnachaitanya2004
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12+
polar: # Replace with a single Polar username
13+
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14+
thanks_dev: # Replace with a single thanks.dev username
15+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# **Dev-Blogs**
1+
# [**Dev-Blogs**](https://developersblogs.netlify.app)
22

33
[![License](https://img.shields.io/github/license/ekrishnachaitanya2004/dev-blogs?style=flat-square)](LICENSE)
44
[![Issues](https://img.shields.io/github/issues/ekrishnachaitanya2004/dev-blogs?style=flat-square)](https://github.com/ekrishnachaitanya2004/dev-blogs/issues)
@@ -84,7 +84,7 @@ dev-blogs/
8484

8585
## **Contributors**
8686

87-
We appreciate all contributions to **Dev-Blogs**! You can see the full list of contributors [here](https://github.com/eksandy/dev-blogs/graphs/contributors).
87+
We appreciate all contributions to **Dev-Blogs**! You can see the full list of contributors [here](https://github.com/ekrishnachaitanya2004/dev-blogs/graphs/contributors).
8888

8989
## **License**
9090

@@ -95,4 +95,4 @@ This project is licensed under the MIT License. See the **[LICENSE](LICENSE)** f
9595
If you have any questions or want to get involved, feel free to reach out to us through:
9696

9797
- GitHub Issues: [Submit a question or issue](https://github.com/ekrishnachaitanya2004/dev-blogs/issues)
98-
98+

SECURITY.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# **Security Policy**
2+
3+
## **Supported Versions**
4+
5+
The following table shows which versions of **Dev-Blogs** are currently supported with security updates:
6+
7+
| Version | Supported |
8+
| ------- | ------------------ |
9+
| 1.0.0 | Blogs |
10+
11+
Only versions 1.0 and above are actively maintained and receive security updates. Please ensure that you are using a supported version to benefit from the latest security patches.
12+
13+
---
14+
15+
## **Reporting a Vulnerability**
16+
17+
If you discover a security vulnerability in **Dev-Blogs**, we encourage you to help improve the security of the project by reporting it responsibly. Here’s how you can report a vulnerability:
18+
19+
1. **Contact**: Send an email to **[[email protected]]** with details of the vulnerability.
20+
2. **Response Time**: You can expect a response within **48 hours** after the report is received.
21+
3. **Resolution**: Once the vulnerability is validated, we will work to resolve it as soon as possible. You will receive updates on the status of the issue periodically.
22+
4. **Disclosure**: We follow a policy of responsible disclosure. Once the vulnerability is patched, we will credit you (if desired) in the release notes unless the reporter prefers anonymity.
23+
24+
Your report will be handled with the highest priority, and we appreciate your contribution to keeping **Dev-Blogs** secure.

src/content/blog/english/post-3.md

Lines changed: 96 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,108 @@
11
---
2-
title: "How to build an Application with modern Technology"
2+
title: "Loan Eligibility Predective Analyser"
33
meta_title: ""
4-
description: "this is meta description"
5-
date: 2022-04-04T05:00:00Z
4+
description: "This repository presents a comprehensive predictive analytics solution for determining loan eligibility, leveraging advanced machine learning techniques and data preprocessing methodologies. The project is implemented in Google Colab, utilizing a dataset from Kaggle's Loan Data repository, which encompasses a diverse range of attributes pertinent to creditworthiness assessment."
5+
date: 2024-09-15T05:00:00Z
66
image: "/images/image-placeholder.png"
77
categories: ["Software"]
8-
author: "John Doe"
9-
tags: ["software", "tailwind"]
8+
author: "Sanjeevan S"
9+
tags: ["Machine Learning", "Python3", "Kaggle" , "Pandas" , "Numpy"]
1010
draft: false
1111
---
1212

13-
Nemo vel ad consectetur namut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod.
1413

15-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius!
1614

17-
## Creative Design
15+
---
16+
17+
## Loan Eligibility Predictive Analytics: A Comprehensive Solution
18+
19+
**This project offers an advanced machine learning solution for determining loan eligibility, leveraging powerful data preprocessing techniques and predictive algorithms.** Implemented in **Google Colab**, it utilizes the **Loan Data repository** from Kaggle, comprising diverse features critical for creditworthiness assessment.
20+
21+
### 🔧 **Technical Overview**
22+
23+
- **Programming Language**: Python 3.x
24+
- **Libraries and Frameworks**:
25+
- **Pandas**: Data manipulation and analysis
26+
- **NumPy**: Numerical computations
27+
- **Scikit-learn**: Machine learning model development and evaluation
28+
- **Matplotlib & Seaborn**: Data visualization tools
29+
30+
---
31+
32+
### 📊 **Dataset Overview**
33+
34+
The dataset consists of **615 observations** and **13 features**, including:
35+
36+
- **Loan ID**
37+
- **Gender**
38+
- **Married**
39+
- **Dependents**
40+
- **Education**
41+
- **Self-Employed**
42+
- **Applicant Income**
43+
- **Coapplicant Income**
44+
- **Loan Amount**
45+
- **Loan Amount Term**
46+
- **Credit History**
47+
- **Property Area**
48+
- **Loan Status**
49+
50+
---
51+
52+
### ⚙️ **Methodology**
53+
54+
#### **Data Preprocessing**:
55+
- **Imputation**: Handling missing values with advanced techniques
56+
- **Encoding**: One-hot encoding for categorical variables
57+
- **Scaling/Normalization**: Applying transformations to numerical features
58+
59+
#### **Feature Engineering**:
60+
- **Feature Extraction**: Identifying key attributes impacting loan eligibility
61+
- **Interaction Terms**: Creating relationships between variables for better predictions
62+
63+
---
64+
65+
### 🚀 **Model Development**
66+
67+
We evaluated multiple machine learning algorithms:
68+
69+
- **Logistic Regression**
70+
- **Decision Trees**
71+
- **Random Forest**
72+
- **Gradient Boosting**
73+
74+
Each model was trained and fine-tuned to optimize performance.
75+
76+
---
77+
78+
### 📈 **Model Evaluation**
79+
80+
Models were assessed using key metrics:
81+
82+
- **Accuracy, Precision, Recall, F1 Score, ROC-AUC**
83+
- **Confusion Matrix**: To understand classification results
84+
- **ROC Curves**: For visualizing true positive and false positive rates
85+
86+
---
87+
88+
### 📂 **Repository Structure**
89+
90+
- **Loan_Eligibility_Predictive_Analyser.ipynb**: The main notebook containing the code and documentation.
91+
- **data**: Folder containing the Loan Data dataset.
92+
- **utils**: Module for helper functions used in preprocessing and visualization.
93+
94+
---
95+
96+
### 🛠 **Resources**
97+
98+
- GitHub Profile: [**I-SANJEEVAN**](https://github.com/I-SANJEEVAN)
99+
- Repository Link: [**Loan Eligibility Predictor**](https://github.com/I-SANJEEVAN/Loan_eligibility_predective_analyser/tree/main)
100+
- Try it on Colab: [**Google Colab Notebook**](https://colab.research.google.com/drive/1CHJh7jBemyhLNENAd2qEMgctKT6h_4mV?usp=sharing)
101+
102+
---
18103

19-
Nam ut rutrum ex, venenatis sollicitudin urna. Aliquam erat volutpat. Integer eu ipsum sem. Ut bibendum lacus vestibulum maximus suscipit. Quisque vitae nibh iaculis neque blandit euismod.
104+
This project offers a **powerful tool** for financial institutions to automate loan eligibility assessments, providing insightful predictions backed by machine learning!
20105

21-
> Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius!
106+
---
22107

23-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo vel ad consectetur ut aperiam. Itaque eligendi natus aperiam? Excepturi repellendus consequatur quibusdam optio expedita praesentium est adipisci dolorem ut eius!
108+
This version improves readability and flow, making it more engaging for a blog audience while preserving the technical depth.

0 commit comments

Comments
 (0)