forked from gimseng/99-ML-Learning-Projects
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'employee-attrition' of https://github.com/AjayKhalsa/99…
…-ML-Learning-Projects into employee-attrition
- Loading branch information
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |