├── README.md ├── final_sample_submission.csv ├── sample_submission.csv ├── spooky-classification-for-3-authors.ipynb ├── test.csv └── train.csv /README.md: -------------------------------------------------------------------------------- 1 | # Spooky-Text-Classification 2 | 3 | 4 | here we have 3 kinds of phrases , for 3 fammous authors (Edgar Allan Poe , HP Lovecraft , Mary Wollstonecraft Shelley) , & we need to build a model which is able to know the author depend on the phrase 5 | 6 | Data File 7 | 8 | https://www.kaggle.com/c/spooky-author-identification 9 | --------------------------------------------------------------------------------