Skip to content

Instantly share code, notes, and snippets.

@PranjalDureja0002
Created March 15, 2021 10:07
Show Gist options
  • Save PranjalDureja0002/e53a4d58f34e37bc93c9f6ea135d96be to your computer and use it in GitHub Desktop.
Save PranjalDureja0002/e53a4d58f34e37bc93c9f6ea135d96be to your computer and use it in GitHub Desktop.
model
+---------+-----------------+----------------+----------------+---------------+
| 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