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:
- Merge fields like sender, subject, body, etc.
- Preprocess text: lowercase, remove stopwords, punctuation, and lemmatize
- Then pass to this vectorizer
π Related Model
This vectorizer was used to train:emreotu/email-phishing-svm
Author
license: mit language: - en tags: - phishing - cybersecurity - tfidf - email - sklearn - vectorizer model-index: - name: TF-IDF Vectorizer results: []
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support