Data set cleaning and analysis method News category Dataset
It is made in a Jupyter notebook
To work you should have installed:
- numpy
- pandas
- matplotlib
- seaborn
- emoji
- nltk con sus librerias corpus y tokenize
- sklearn
- TensorFlow.keras con su libreria keras
- textblob
Use the requirements.txt from the repository.
pip install -r requirements.txt
- Mario Javier Gonzalez Gil
Method of cleaning and analysis of the data set [News category Dataset] (https://www.kaggle.com/rmisra/news-category-dataset)
It is made in a jupyter notebook.
You should have installed:
- numpy
- pandas
- matplotlib
- seaborn
- emoji
- nltk with its corpus and tokenize libraries
- sklearn
- tensorflow.keras with your keras library
- textblob
Use the requirements.txt of the repository.
pip install -r requirements.txt