Predicting Tags Based on Stack Overflow Dataset
Given a dataset that have Title, Body and Tags in the dataset, predict the Tags according to the title and body.
To get a local copy up and running follow these simple steps.
Install the necessary packages in your own environment.
jupyter notebooks, Python 3.6, Scikit-Learn, Keras, Tensorflow, NLTK, WordCloud, pandas, Matplotlib, Seaborn
- Clone the repo
git clone https:://github.com/FairozaAmira/Stack_Overflow_Tags_Prediction.git- Download the data from here.
- Run the
load_data.ipynbfiles to partition the data into smaller parts if you train it using Google Colaboratory or depending on your computing resources. - Run both other notebooks.
- Data analysis
- Data preprocessing
- Data cleaning
- Predicting by using TF-IDF and Logistic Regression with OneVsRestClassifier
- Predciting with LSTM and GRU models
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the Apache 2.0 License. See LICENSE for more information.