Skip to content

Commit

Permalink
Clean up sources on Naive Bayes notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
brianspiering committed Apr 5, 2020
1 parent 610b2c8 commit d4a309d
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion module_7_advanced_topics/7_1_sentiment_analysis_details.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2495,7 +2495,24 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Sources: https://medium.com/tensorist/classifying-yelp-reviews-using-nltk-and-scikit-learn-c58e71e962d9, https://www.dataquest.io/blog/naive-bayes-tutorial/, http://nlpforhackers.io/sentiment-analysis-intro/, http://scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html <br>"
"Sources\n",
"-----\n",
"\n",
"- https://medium.com/tensorist/classifying-yelp-reviews-using-nltk-and-scikit-learn-c58e71e962d9\n",
"- https://www.dataquest.io/blog/naive-bayes-tutorial/\n",
"- http://nlpforhackers.io/sentiment-analysis-intro/\n",
"- http://scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<br>\n",
"<br> \n",
"<br>\n",
"\n",
"----"
]
}
],
Expand Down

0 comments on commit d4a309d

Please sign in to comment.