Skip to content

minhtq05/tweet-comments-data-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweet Comments Positivity Predictor

Warning

This repo is a work in progress! It may contains a lot of bugs

This is my in-progress Tweets Comments Positivity Predictor project.

The repo contains raw supervised data to clean and train our model

Usage

To clean the data, execute this command:

python clean.py

At the moment, We're using an SVM to predict the binary state (positive / negative) of comments.

To train the model with the cleaned dataset and find the accuracy of the model, execute this command:

python train.py

Features (arguments) for the clean program:

-h head: only clean the first 'head' number of items in the dataset
-s specific: clean a specific line of text in the dataset, count from 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published