Views
No views yet
| Metric | Score |
|---|---|
| Accuracy | 0.823 |
| Precision | 0.805 |
| Recall | 0.828 |
| F1-Score | 0.817 |
1import joblib
2model = joblib.load('gender_classifier.pkl')
3imputer = joblib.load('imputer.pkl')
4# Preprocess data using same steps as training
5# Then predict