Texts Of Famous Literary Writers And Authors.
Dataframe to practice your skills with natural language processing. (On russian)
@kaggle.goldian_writers
Dataframe to practice your skills with natural language processing. (On russian)
@kaggle.goldian_writers
🔥 An interesting dataset, suitable for training with natural language processing libraries , and for finding the best classification model. This kind of practice is very relevant lately, especially in the field of auditing. The texts were taken in Russian, but this does not prevent then apply their findings to any other language, but even the opposite trains the ability to work with many languages. 💪
CREATE TABLE sample_submission (
"id" BIGINT,
"author" VARCHAR
);CREATE TABLE test_no_answers (
"id" BIGINT,
"text" VARCHAR
);CREATE TABLE train_data (
"id" BIGINT,
"text" VARCHAR,
"author" VARCHAR
);Anyone who has the link will be able to view this.