dscpesu / SimpleML

🚀 SimpleML: Dive into the exciting world of machine learning with our open-source repository, offering a diverse array of projects suitable for beginners and experts alike.
https://gdscpesu.com/
MIT License
15 stars 16 forks source link

Amazon Reviews Sentiment Analysis: Train and evaluate a RandomForestClassifier with the 'score-poz-neg' column as the target attribute. #9

Closed asphytheghoul closed 10 months ago

asphytheghoul commented 11 months ago

Field Description
About A short Description about project
Github Your Github name
Email
Label Update request

Define You

Is your feature request related to a problem? Please describe.

Describe the solution you'd like...

Describe alternatives you've considered?

Approach to be followed (optional):

Additional context

kganeshv12 commented 11 months ago

Field Description About A short Description about project Github Your Github name Email Label Update request Define You

  • [ ] Hacktober Fest Contributor

Is your feature request related to a problem? Please describe.

Describe the solution you'd like...

Describe alternatives you've considered?

Approach to be followed (optional):

Additional context

I am interested to work on this issue, please do assign it to me. We convert the text into numerical features using embedding techniques. As mentioned, we will be using the RandomForestClassifier model to predict the 'score-poz-neg' column.