gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
576 stars 174 forks source link

Sentiment Analysis #69

Closed tejasvi541 closed 3 years ago

tejasvi541 commented 3 years ago

Project on Sentiment Analysis using Amazon review data.

Contains Data Files

Contains Jupyter Notebook with Trained Models, but with low accuracy

gimseng commented 3 years ago

@tejasvi541 Thanks for the contribution ! I'll take a closer look in a few days, when I have more time.

A few remarks:

  1. Could you restructure the folder similar to say 002 or 003 projects? I have some details in CONTRIBUTING.md as well on that.

  2. More importantly are the readme.md files in exercise and solution folders. Typically the exercise readme will present the problem/exercise and some learning goals. If appropriate, describe and credit the data source. For the solution, if its self-explanatory in the Jupiter notebook, then the readme.md should contain at least a few lines of summary of techniques/methods used in solution.

  3. This is optionally, but generally considered best practice (maybe for future git stuff): Its probably useful to name your branch to something more "obvious"/"useful" like sentiment-analysis or amazon-review instead of just a series of numbers. I sometimes named my branch randomly and am guilty of this as well. But we should all try to make better efforts.

Overall, thanks !

gs

gimseng commented 3 years ago

link to #68.

tejasvi541 commented 3 years ago

Yes Sure, I will Work on it. Thanks Btw.

gimseng commented 3 years ago

@tejasvi541 Thanks !

gimseng commented 3 years ago

New PR #75.