Skip to content

Commit

Permalink
Merge pull request #92 from ruixinxu/master
Browse files Browse the repository at this point in the history
fix naming inconsisitance for mmlspark tutorial
  • Loading branch information
ruixinxu authored May 25, 2021
2 parents 2a5ee8b + c7fc379 commit 803289a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Twitter Sentiment Classification using Vowpal Wabbit in MMLSpark\n",
"# Twitter Sentiment Classification using Vowpal Wabbit in Microsoft Machine Learning for Apache Spark\n",
"\n",
"In this example, we show how to build a sentiment classification model using [Vowpal Wabbit (VW)](https://github.com/Azure/mmlspark/blob/master/docs/vw.md) in MMLSpark. The data set we use to train and evaluate the model is [Sentiment140](http://help.sentiment140.com/for-students/?source=post_page---------------------------) twitter data. First, we import a few packages that we need."
]
Expand Down

0 comments on commit 803289a

Please sign in to comment.