authorship-attribution / training_config.json
Rekname's picture
Upload trained authorship attribution model (40 authors)
8c48bcf verified
Raw
History Blame Contribute Delete
495 Bytes
{
"n_authors": 40,
"classifier_metrics": {
"svm": {
"train_accuracy": 0.9996664442961974,
"test_accuracy": 0.8333333333333334,
"display_name": "SVM"
},
"random_forest": {
"train_accuracy": 0.9996664442961974,
"test_accuracy": 0.7613333333333333,
"display_name": "Random Forest"
},
"logreg": {
"train_accuracy": 0.9996664442961974,
"test_accuracy": 0.8733333333333333,
"display_name": "Logistic Regression"
}
}
}