You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Insights drawn through data visualization & analysis:
50
+
* 64.65% candidate are males and rest 35.35 % are females.
51
+
* Lowest SSC percentage among all candidates is 40.89% and highest is 89.4%.
52
+
* 53.95 % of candidates gave their SSC exams under Central Board and rest 46.05% were from other board.
53
+
* Lowest HSC percentage among all candidates is 37.0% and highest is 97.7%.
54
+
* Only 39.07 % of candidates gave their HSC exams under Central Board and rest 60.93% were from other board.
55
+
* Among all the candidates 52.56% candidates are from commmerce stream, 42.33% candidates are from Science stream and rest 5.12% candidates are from Arts Stream.
56
+
* Lowest Degree percentage among all candidates is 50.0% and highest is 91.0%.
57
+
* Degree title of 67.44% candidates is Commerce & Management, for 27.44% candidates is Science & Technology and rest 5.12% have other degree title.
58
+
* 65.58 % candidates have no work experience and rest 34.42% have valid work experience.
59
+
* Lowest Employability test percentage ( conducted by college) percentage among all candidates is 50.0% and highest is 98.0%.
60
+
* Among all the candidates 55.81% candidates have Marketing & Finance Post Graduation(MBA)- Specialization and rest 44.19 % have Marketing & HR Post Graduation(MBA)- Specialization.
61
+
* Among all the candidates 68.84% candidates have been successfully placed and rest 31.16 % have not been placed.
62
+
63
+
49
64
50
65
51
66
3. Data training using train-test-split method from sklearn to split the data into training and testing data and then Model creation using decision tree regressor algorithm, where we import the model, then initialize it and fit training data into it and lastly perform predictions on the test data.
@@ -64,7 +79,7 @@ Here, in this project we will analyze various features that affect campus placem
64
79
65
80
**USAGE**
66
81
- It is basically used for REGRESSION TASKS.
67
-
-
82
+
-Various sectors as engineering, healthcare, education etc.
68
83
69
84
**USE CASES**
70
85
- Regression tasks.
@@ -106,9 +121,12 @@ Here, in this project we will analyze various features that affect campus placem
106
121
* It Can help in improving business plan by providing fruitful insights and prediction analysis.
0 commit comments