### Description With the available training data from #9, we need to develop a classification ML algorithm labeling tweets as either positive (1) or negative (0). ### Link More info on how to use custom training data with textBlob can be found [here](https://textblob.readthedocs.io/en/dev/classifiers.html)
Description
With the available training data from #9, we need to develop a classification ML algorithm labeling tweets as either positive (1) or negative (0).
Link
More info on how to use custom training data with textBlob can be found here