Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/EmanuelCampos/questions-classifier

Classifier questions as good or bad using logistic regression
https://github.com/EmanuelCampos/questions-classifier

Last synced: 8 days ago
JSON representation

Classifier questions as good or bad using logistic regression

Awesome Lists containing this project

README

        

# Question Classifier (WIP)
Learning repo to train a model using StackOverflow data set questions and classify questions as good questions or bad questions

# How to run
1. install pip packages
2. Download dataset from: https://www.kaggle.com/datasets/stackoverflow/rquestions?resource=download and move to `/src/assets/questions.csv`
2. Pré-process the dataset on `src/assets/questions.csv` running on root: `python3 ./src/pre_process.py`
3. Train and run the model `python ./src/train.py`