Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ base_model:
|
|
| 6 |
- ViniMig/stroke-risk-package
|
| 7 |
pipeline_tag: tabular-classification
|
| 8 |
---
|
| 9 |
-
# Model Card for
|
| 10 |
|
| 11 |
## Model Details
|
| 12 |
|
|
@@ -57,6 +57,10 @@ For preprocessing this relied on a first EDA step and a previous version of the
|
|
| 57 |
- Imputation
|
| 58 |
- Binning continuous features
|
| 59 |
- OrdinalEncoding
|
| 60 |
-
-
|
| 61 |
|
| 62 |
[Preprocessing code](https://gitlab.com/ViniMig/ml_full_project/-/blob/master/src/etl_pipeline/transform_load.py?ref_type=heads)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- ViniMig/stroke-risk-package
|
| 7 |
pipeline_tag: tabular-classification
|
| 8 |
---
|
| 9 |
+
# Model Card for stroke-risk-package
|
| 10 |
|
| 11 |
## Model Details
|
| 12 |
|
|
|
|
| 57 |
- Imputation
|
| 58 |
- Binning continuous features
|
| 59 |
- OrdinalEncoding
|
| 60 |
+
- Over sampling with SMOTE on train set.
|
| 61 |
|
| 62 |
[Preprocessing code](https://gitlab.com/ViniMig/ml_full_project/-/blob/master/src/etl_pipeline/transform_load.py?ref_type=heads)
|
| 63 |
+
|
| 64 |
+
Some artifacts are saved with joblib, one of which is the custom function to apply pandas cut method for generating the bins. This joblib file is currently appearing as unsafe on HF space, which is probably expected, but all the code can be seen in the linked project repository above.
|
| 65 |
+
|
| 66 |
+
This artifact is saved and stored here to be used in the streamlit app which will handle user input and preprocessing for inference.
|