sdsouza33 / NLP_project_2304

0 stars 3 forks source link

ML model for upvote or downvote #1

Open sdsouza33 opened 12 months ago

sdsouza33 commented 12 months ago

Model is imbalanced. SMOTE does balance the dataset but the model isnt able to classify the imbalanced class as precision is low. Would need to work on adding more features

sdsouza33 commented 12 months ago

The precision for class 0 is like 17% and class 1 is 89%. This signifies that the model is able to detect class 1 values with greater precision than class 0.