Classfy text to code of 1-5

Hi, I have a question.

So I have a CSV file with transcripts which is text and the each transcript has a rating from 1-5 (this can be used as training data). I have another CSV with transcripts but no ratings. I want to be able to predict the ratings. What model do you suggest for something like this or how do you suggest I go about this? Any notebooks you suggest I look at. Thank you so much for you help!

Hi @Eimon_Amjadi, Could you please refer to this tutorial, which might be helpful for your use case. Thank You.

1 Like

Hi @Kiran_Sai_Ramineni, thank you so much for your help. The thing with my csv file is it only has two columns: text and numerical rating. I will take a look and let you know if I have any other questions. Thank you so much for you guidance.