Cyber/Non-Cyber Fraud News Classification
Dataset to classify financial fraud articles into cyber/non-cyber categories
@kaggle.bitswazsky_cybernoncyber_news_classification
Dataset to classify financial fraud articles into cyber/non-cyber categories
@kaggle.bitswazsky_cybernoncyber_news_classification
CREATE TABLE cyber (
"url" VARCHAR,
"title" VARCHAR,
"summary" VARCHAR
);
CREATE TABLE noncyber (
"url" VARCHAR,
"title" VARCHAR,
"summary" VARCHAR
);
Anyone who has the link will be able to view this.