# Welcome to NewsClassifier Docs For source visit [ManishW315/NewsClassifier](https://github.com/ManishW315/NewsClassifier). ## Project layout
NewsClassifier │ ├───dataset │ ├───preprocessed │ │ test.csv │ │ train.csv │ │ │ └───raw │ news_dataset.csv │ ├───newsclassifier │ │ data.py │ │ models.py │ │ train.py │ │ tune.py │ │ inference.py │ │ utils.py │ │ │ │ │ └───config │ config.py │ sweep_config.yaml │ ├───notebooks │ eda.ipynb │ newsclassifier-roberta-base-wandb-track-sweep.ipynb │ └───test