├── .gitattributes └── 20-news-group-classification.ipynb /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | --------------------------------------------------------------------------------