BalanceData()
Clean text and build term matrix for bag of words model or TF DFI.
BuildPrediction()
predict the classes using trained algorithms and give cnfusion matrix in return
BuildTraining()
Train Machine learning algorithms and give trained models
CleanText()
Clean text and build term matrix for bag of words,TF DFI and bi-gram.
clean_dataset
comparison()
visualize performance of the algorithm
imbalance_data
original_dataset
testing
Testing
testing1
Testing1
trained_models
VisualizeData()
Visualize dataset and get some insight of data.