Skip to content

Commit

Permalink
fix naming inconsisitance for mmlspark tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixinxu committed May 25, 2021
1 parent 2a5ee8b commit c7fc379
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 c7fc379

Please sign in to comment.