Sales-Choice-Volunteering-Project / EmotionAnalyzerWeka

The program for obtaining emotion data
1 stars 0 forks source link

Test Purolator data in Weka #32

Closed sherlockliang888 closed 3 years ago

sherlockliang888 commented 3 years ago

Try to see if the Bayes in Weka can give some results using the Notes fields only and IsWon as a result. May need to convert csv to proper format.

sherlockliang888 commented 3 years ago

For both “Pre_Sales_Notes__c” and “Special_Notes__c” columns, after tokenizing sentences into words with weights, both algorithms (random forest and SVM) provide a good classification outcome, all with an accuracy above 70%.