YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

TF-IDF Vectorizer for Email Phishing Detection

This is the TF-IDF vectorizer used to convert email text into numerical features for phishing detection.

πŸ” How it Works

  • Transforms preprocessed email text into sparse vectors
  • Used by the SVM, Logistic Regression, and Naive Bayes models
  • Trained on a combined dataset of phishing and legitimate emails

πŸ“Œ Important

Before applying this vectorizer:

  1. Merge fields like sender, subject, body, etc.
  2. Preprocess text: lowercase, remove stopwords, punctuation, and lemmatize
  3. Then pass to this vectorizer

πŸ”— Related Model

This vectorizer was used to train:
emreotu/email-phishing-svm

Author

Emre Otu


license: mit language: - en tags: - phishing - cybersecurity - tfidf - email - sklearn - vectorizer model-index: - name: TF-IDF Vectorizer results: []

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support