Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/EmanuelCampos/questions-classifier
- Owner: EmanuelCampos
- Created: 2023-04-21T13:45:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-21T14:00:39.000Z (over 1 year ago)
- Last Synced: 2024-10-29T10:21:39.058Z (18 days ago)
- Language: Python
- Size: 2.49 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`