Minitour / BigDataHW4

MIT License
0 stars 0 forks source link

Create, Train and Export a ML Model #4

Closed Minitour closed 5 years ago

Minitour commented 5 years ago

In order for us to have a good understanding of the outcome of the tweet we need to see if the tweet is positive or negative. For this we will need to use some machine learning techniques.

For this task we'll need to create a new ML model which will be trained off of real tweets.

See this blog post: https://www.twilio.com/blog/2017/12/sentiment-analysis-scikit-learn.html

As well as this repository: https://github.com/lesley2958/natural-language-processing

Finally for saving and loading the model: https://machinelearningmastery.com/save-load-machine-learning-models-python-scikit-learn/

The task

Minitour commented 5 years ago

@TomerGoldfeder don't forget to provide an example on how to "import" the script that you wrote and how to use the functions.