GithubHelp home page GithubHelp logo

sentiment-analysis-test's Introduction

Sentiment Analysis Test

๐ŸŽฏ Goals

We want a multilingual text classifier that predicts the sentiment polarity of a given text. Build two models that satisfy this task and choose the best one. Please explain in detail each choice you made when building your models and how you choose the best one.

Possible sentiments:

  • positive
  • negative
  • neutral

๐Ÿ“Š Datasets

  • data/train.csv: a training dataset containing 25k multilingual texts annotated with their corresponding sentiment
  • data/test.csv: a test dataset containing 2500 multilingual texts

๐Ÿ“– Rules

  • Code should be written in Python 3
  • Code should be easily runnable, provide a pip requirements.txt file or a conda environment.yml file describing code dependencies
  • Code should be documented to explain your methodology, choices, and how to run and get results
  • Code should output a file predictions.csv, containing the predictions of your best classifier on the test dataset

๐Ÿ‘ฉโ€๐Ÿ’ป What to do

  1. Fork the project via github
  2. Clone your forked repository project https://github.com/YOUR_USERNAME/sentiment-analysis-test
  3. Commit and push your different modifications
  4. Send us a link to your fork once you're done!

Files

All work is self contained in the jupyter notebook test.ipynb. First part is installations in the google colab environment. Second part is preparring data and traning, running models on validation data. Third part is loading best saved model and generating predictions. To generate models it is sufficient to run notebook in the order of their appearance. If using local machine the installation part can be skipped. The final predictions generated are in the directory ./data/predictions.csv.

sentiment-analysis-test's People

Contributors

julplee avatar froth-synthesio avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.