- numpy
- tensorflow
- keras
- pandas
- nltk
- matplotlib
- scikit
- xgboost
- seaborn
- wordcloud
- PIL
- spacy
To install a package X, run python3 -m pip install X
To install, refer: https://jupyter.readthedocs.io/en/latest/install.html
To install the NLTK corpus,
import nltk
nltk.download()The following are required to run the notebooks:
-
Stopwords Corpus
-
WordNet Corpus
- Data Visualization
- Data Preprocessing for Decision Tree, Logistic Regression and Ensemble methods: Preprocessing-with -NLTK.ipynb
- Data-Decision Tree: Decision-Tree.ipynb
- Logsitic Regression: Logsitic-Regression.ipynb
- Ensemble: Voting-ensemble.ipynb
- XGBoost: XGBoost_with_Processed_data_Latest.ipynb
- Data Preprocessing for LSTM: Preprocessing-with-Dataframe.ipynb
- LSTM: LSTM_Empiricial_Analysis.ipynb