Instructions to use saifhmb/Credit-Card-Risk-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use saifhmb/Credit-Card-Risk-Model with Scikit-learn:
import joblib from skops.hub_utils import download download("saifhmb/Credit-Card-Risk-Model", "path_to_folder") model = joblib.load( "skops-akmmropo.pkl" ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -113,11 +113,11 @@ widget:
|
|
| 113 |
|
| 114 |
## Evaluation Results
|
| 115 |
|
| 116 |
-
| Metric |
|
| 117 |
-
|-----------|------
|
| 118 |
-
| accuracy | 0.
|
| 119 |
-
| precision | 0.
|
| 120 |
-
| recall | 0.
|
| 121 |
|
| 122 |
### Confusion Matrix
|
| 123 |
|
|
|
|
| 113 |
|
| 114 |
## Evaluation Results
|
| 115 |
|
| 116 |
+
| Metric | Value|
|
| 117 |
+
|-----------|------|
|
| 118 |
+
| accuracy | 0.7 |
|
| 119 |
+
| precision | 0.69 |
|
| 120 |
+
| recall | 0.7 |
|
| 121 |
|
| 122 |
### Confusion Matrix
|
| 123 |
|