Created
March 15, 2021 10:07
-
-
Save PranjalDureja0002/e53a4d58f34e37bc93c9f6ea135d96be to your computer and use it in GitHub Desktop.
model
This file contains hidden or 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
+---------+-----------------+----------------+----------------+---------------+ | |
| Model | Train AUC Score | Test AUC Score | Train F1 Score | Test F1 Score | | |
+---------+-----------------+----------------+----------------+---------------+ | |
| XgBoost | 0.99938 | 0.99855 | 0.9998 | 0.990791 | | |
+---------+-----------------+----------------+----------------+---------------+ +---------------+-----------------+----------------+----------------+---------------+ | |
| Model | Train AUC Score | Test AUC Score | Train F1 Score | Test F1 Score | | |
+---------------+-----------------+----------------+----------------+---------------+ | |
| Decision_Tree | 0.9967 | 0.9909 | 0.99314 | 0.9771 | | |
+---------------+-----------------+----------------+----------------+---------------+ +---------------------+-----------------+----------------+----------------+---------------+ | |
| Model | Train AUC Score | Test AUC Score | Train F1 Score | Test F1 Score | | |
+---------------------+-----------------+----------------+----------------+---------------+ | |
| Stacking_Classifier | 0.99537 | 0.9902 | 0.99429 | 0.98759 | | |
+---------------------+-----------------+----------------+----------------+---------------+ +--------------------------------+-------------+---------------+ | |
| Custom_Stacking_Implementation | Base Models | Test F1 Score | | |
+--------------------------------+-------------+---------------+ | |
| | 50 | 0.980001 | | |
| | 100 | 0.981479 | | |
| | 150 | 0.982725 | | |
+--------------------------------+-------------+---------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment