multi-nb-tfidf-model / config.json
Tom Yeoman
Add multi-nb-tfidf-model and configuration files
745d226 unverified
raw
history blame contribute delete
232 Bytes
{
"model_type": "sklearn",
"model_name": "Multinomial Naive Bayes with TF-IDF",
"framework": "scikit-learn",
"description": "A Multinomial Naive Bayes model trained with TF-IDF vectorizer on a phishing detection dataset."
}