Is there anyway to classify the category on give amazon reviews using python
I am trying to find a model or way to classify text which falls into a category and its a positive or negative feedback.
For ex. we have three columns
Review : Camera's not good battery backup is not very good. Ok ok product camera's not very good and battery backup is not very good.
Rating : 2
Topic :['Camera (Neutral)', 'Battery (Neutral)']
My Whole Dataset is like above and Topic is not standard one , Topic value is based on review column.
I want to train model to classify a review that falls into categories and its negative or positive.
I researched a lot but no luck.
Topic text-classification sentiment-analysis python
Category Data Science