alokpandey
commited on
Commit
•
b553c60
1
Parent(s):
a4314a2
Update README.md
Browse files
README.md
CHANGED
@@ -75,7 +75,6 @@ The model uses a two-branch preprocessing pipeline followed by a Random Forest c
|
|
75 |
## Technical Details
|
76 |
|
77 |
### File Information
|
78 |
-
- **Download Modal**: https://huggingface.co/alokpandey/MF3Classifier/resolve/main/fund_predictor_model_20241103_230654.joblib
|
79 |
- **Model Type**: Scikit-learn Pipeline
|
80 |
- **Last Updated**: November 3, 2024
|
81 |
|
@@ -100,3 +99,9 @@ The model uses a two-branch preprocessing pipeline followed by a Random Forest c
|
|
100 |
- Handles unknown categories in categorical features gracefully
|
101 |
- Uses standard scaling for numerical features
|
102 |
- Designed for production use with joblib serialization
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
## Technical Details
|
76 |
|
77 |
### File Information
|
|
|
78 |
- **Model Type**: Scikit-learn Pipeline
|
79 |
- **Last Updated**: November 3, 2024
|
80 |
|
|
|
99 |
- Handles unknown categories in categorical features gracefully
|
100 |
- Uses standard scaling for numerical features
|
101 |
- Designed for production use with joblib serialization
|
102 |
+
|
103 |
+
## Download Modal
|
104 |
+
|
105 |
+
To download the pre-trained **MF3Classifier** model, use the link below:
|
106 |
+
|
107 |
+
[**Download MF3Classifier Model**](https://huggingface.co/alokpandey/MF3Classifier/resolve/main/fund_predictor_model_20241103_230654.joblib)
|