Skip to content

Commit 883f47b

Browse files
authored
Update README.md
1 parent d921497 commit 883f47b

File tree

1 file changed

+22
-4
lines changed
  • Machine Learning/Algorithms/Decision Tree Regressor

1 file changed

+22
-4
lines changed

Diff for: Machine Learning/Algorithms/Decision Tree Regressor/README.md

+22-4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The main prupose is to give a clear understanding on what basically Decision Tre
1616

1717
**DATASET**
1818

19+
For the dataset being used in this project [click here](https://www.kaggle.com/benroshan/factors-affecting-campus-placement)
1920

2021

2122

@@ -45,7 +46,21 @@ Here, in this project we will analyze various features that affect campus placem
4546
![](https://github.com/ayushi424/DS-ScriptsNook/blob/main/Machine%20Learning/Algorithms/Decision%20Tree%20Regressor/Images/dtr4.jpg)
4647
![](https://github.com/ayushi424/DS-ScriptsNook/blob/main/Machine%20Learning/Algorithms/Decision%20Tree%20Regressor/Images/dtr5.jpg)
4748

48-
- Insights drawn through data visualization:
49+
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+
4964

5065

5166
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
6479

6580
**USAGE**
6681
- It is basically used for REGRESSION TASKS.
67-
-
82+
- Various sectors as engineering, healthcare, education etc.
6883

6984
**USE CASES**
7085
- Regression tasks.
@@ -106,9 +121,12 @@ Here, in this project we will analyze various features that affect campus placem
106121
* It Can help in improving business plan by providing fruitful insights and prediction analysis.
107122

108123

109-
**REFERENCES**
124+
**Some beginner friendly REFERENCES**
110125

111-
-
126+
- https://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html
127+
- https://scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
128+
- https://www.geeksforgeeks.org/python-decision-tree-regression-using-sklearn/
129+
- https://towardsdatascience.com/machine-learning-basics-decision-tree-regression-1d73ea003fda
112130

113131

114132
**Author**

0 commit comments

Comments
 (0)