Skip to content

Commit

Permalink
Merge branch 'employee-attrition' of https://github.com/AjayKhalsa/99…
Browse files Browse the repository at this point in the history
…-ML-Learning-Projects into employee-attrition
  • Loading branch information
AjayKhalsa committed Oct 1, 2020
2 parents b39cd96 + 2a013d1 commit 4c339c8
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions 009/solution/readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
### Solutions
Inital Format: [Model Name: Description,Techniques used, Model Accuracy]
## Solutions
### Inital Format:

Model Name and File Name: [E.g. Random Forest Classifier, RFR_clf.nb]

Description: [E.g. a random forest classifier from scikit-learn]

Further details:
[E.g. I did a 3-fold cv-grid search to find the best number of depth hyperparameter of RFR_clf]

Model Accuracy:
- Confusion matrix: [...]
- F1 score: [...]

1.Logistic Regression
(short description of your model with file name)

2.Random Forest Classifier
(short description of your model with file name)

0 comments on commit 4c339c8

Please sign in to comment.