Skip to content

Commit ce0cb91

Browse files
authored
Create ReadMe.md
1 parent 2ea8e6e commit ce0cb91

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Predicting Income using Random Forest Classifier and Exploratory Data Analysis of the income dataset:
2+
3+
Description:
4+
This project encompasses exploratory data analysis and predictive modelling for income classification using a Random Forest Classifier.
5+
The dataset, loaded from a CSV file, contains diverse socio-economic features.It employs advanced visualizations, including a correlation network, to uncover intricate feature relationships. After preprocessing and encoding,
6+
a Random Forest Classifier predicts income levels with a focus on accuracy and classification metrics.
7+
8+
EDA Graphs:
9+
10+
Correlation Network
11+
![download (24)](https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/3f23491c-5964-4c3b-b063-0ffa9f4aa74e)
12+
13+
Pairplot:
14+
![download (23)](https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/20e6bac6-4a01-4663-a605-b3dfbc9954e1)
15+
16+
Stripplot
17+
![download (22)](https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/7a10e6b1-2232-4533-a3bb-2ff7c6aa3b9a)
18+
19+
Box-plot
20+
![download (21)](https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/2aa0f34f-e586-4893-9897-39a8df4fe6b9)
21+
22+
ViolinPlot
23+
![download (20)](https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/2c9139c3-d393-48a6-9c08-d736753895f5)
24+
25+
KDE
26+
![download (19)](https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/b0ffc2ea-9c50-4b79-9357-edad92c14466)
27+
28+
Correlation Matrix
29+
![download (18)](https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/308b4224-6ed1-4d2c-a794-a0dc879d9801)
30+
31+
Model: Random Forest Classifier:
32+
33+
![Screenshot 2023-08-10 002604](https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/3570b450-59fe-4125-8e5b-e111a4a808a6)
34+

0 commit comments

Comments
 (0)