Skip to content

Week 4 SOC Homework - #4

Open
CristyTarantino wants to merge 5 commits into
masterfrom
wk4_soc
Open

Week 4 SOC Homework#4
CristyTarantino wants to merge 5 commits into
masterfrom
wk4_soc

Conversation

@CristyTarantino

@CristyTarantino CristyTarantino commented Aug 9, 2018

Copy link
Copy Markdown
Owner
  • Prediction | calculate the prediction for 100% pos, and 100% neg review | Required
  • Sentiment Analyzer for "Apps for Android" | repeat this same process for "Apps for Android" dataset
  • Improve the Sentiment Analyzer | build a better sentiment analyzer and comment both your code and your data exploration
  • Change treshold | Change the treshold from 0.5 to 0.2, and rerun the code. Give a commentary in plain English about how that changed precision and recall. What does that mean? What is now included that wasn't before? What part of it is good? What is bad from our Task perspective. Remember: our task was to identify Dissatisfied reviews. https://en.wikipedia.org/wiki/Precision_and_recall
  • Add features. | Explain which features you chose, implement them, and write a commentary on your results. Feel welcome to use NLTK's built-in sentiment analyzer or any other research that you can find and understand
  • len_features(dataset) | Add two features: (1) length of review (in thousands of character) - truncate at 2,500 (2) percentage of exclamation marks (in %)
  • Refactor the code above | "Be lazy. Not just lazy but proactively, agressively lazy." Remove duplication. create a single function that takes in data and spits out all success metrics across all of your algos.

@CristyTarantino CristyTarantino self-assigned this Aug 15, 2018
…ten into wk4_soc

* 'master' of ssh://github.com/1millionwomentotech/toolkitten:
  add Week 5 Day 4
  fix inline code
  add Week 5 Day 3
  add Week 5 Day 2
  add hackathon submission folder for PRs
  add Week 5 Day 1
…into wk4_soc

* 'master' of ssh://github.com/CristyTarantino/toolkitten:
  add Week 9 Days 3 and 4
  add Week 9 Day 2
  move Weeks 5-8 up, add Week 9 Day 1
  add Week 8 Day 4
  add Week 8 day 2 and 3
  add Week 8 Day 1
  add become a mentor #HOWTO update code-review.md and hackathon.md
  update Summer of Code schedule1
  add Week 6 Day 4
  add Week 6 Day 3
  add Code of Conduct
  add code review example
  add Week 6 Day 2
  add Code Review and Week 6 Day 1
  changed name file to follow new rules
  Code Improvements after mentor review
  refactor README.md add howto folder
  Added nltk libraries and IDE specifics to gitignore
  week 1 submission
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant