Updated dataset in Sentiment Analysis - #11114
Merged
Merged
Conversation
luisquintanilla
requested changes
Mar 7, 2019
luisquintanilla
left a comment
Contributor
There was a problem hiding this comment.
Nice work @JRAlexander . Minor changes needed.
Contributor
Author
|
Thanks, @luisquintanilla! I believe I've addressed your concerns. |
luisquintanilla
requested changes
Mar 7, 2019
luisquintanilla
left a comment
Contributor
There was a problem hiding this comment.
Thanks for making the changes. One last change. Update the name of the data file to match that of the code sample yelp_labelled.txt.
| 1. Download the [Wikipedia detox-250-line-data.tsv](https://github.com/dotnet/machinelearning/blob/master/test/data/wikipedia-detox-250-line-data.tsv) and the [wikipedia-detox-250-line-test.tsv](https://github.com/dotnet/machinelearning/blob/master/test/data/wikipedia-detox-250-line-test.tsv) data sets and save them to the *Data* folder previously created. The first dataset trains the machine learning model and the second can be used to evaluate how accurate your model is. | ||
| 1. Download [The UCI Sentiment Labeled Sentences dataset zip file (see citations in the following note)](https://archive.ics.uci.edu/ml/machine-learning-databases/00331/sentiment%20labelled%20sentences.zip), and unzip. | ||
|
|
||
| 2. Copy the `yelp_labeled.txt` file into the *Data* directory you created. |
Contributor
There was a problem hiding this comment.
Change file name to match the name in the code sample -> yelp_labelled.txt
luisquintanilla
approved these changes
Mar 8, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated dataset from wikidetox to UCI Sentiment in Sentiment Analysis tutorial to improve model prediction, and updated to version 0.11.0.
Related Code Sample
Internal Review Link
Fixes #7024
Fixes #10080
Fixes #10106
Fixes #11054