| scenario,clf,n,val_F1,test_F1 | |
| Text only,LR,2,0.952,0.9462 | |
| Text only,MLP,2,0.9501,0.9454 | |
| Text only,RandomForest,2,0.9488,0.9433 | |
| Text only,XGBoost,2,0.9469,0.9432 | |
| Meta only,LR,4,0.904,0.7316 | |
| Meta only,MLP,4,0.904,0.7316 | |
| Meta only,RandomForest,4,0.904,0.7316 | |
| Meta only,XGBoost,4,0.904,0.7316 | |
| Text+Meta,LR,6,0.9752,0.9623 | |
| Text+Meta,MLP,6,0.9763,0.9596 | |
| Text+Meta,RandomForest,6,0.9752,0.9575 | |
| Text+Meta,XGBoost,6,0.9617,0.9484 | |