Spam URLs Classification Dataset
Classification of a URL if spam or not spam
@kaggle.shivamb_spam_url_prediction
Classification of a URL if spam or not spam
@kaggle.shivamb_spam_url_prediction
CREATE TABLE url_spam_classification (
"url" VARCHAR,
"is_spam" BOOLEAN
);
Anyone who has the link will be able to view this.