Skip to content

ericchiang/weatherTweets

Repository files navigation

weatherTweets

UPDATE

Please refer to my "cloudy-tweets" repo for the improved solution.

Machine Learning solution for Kaggle.com competition "Partlmy Sunny with a Chance of Hashtags"

The challenge:
Given a training set of tweets, can we extract weather information?
The Machine Learning:
Use of a customized Bag-of-Words Naive Bayes algorithm. Modifing similar algorithms for spam filters, the feature space of a given tweet is simply the set of words which comprise it, similar to an email. However, for five of the target fields in-class confidence intervals (between 0 and 1) are offered as input, and required output rather than a discrete classification (such as ham or spam).

About

Machine Learning challenge from Kaggle.com.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published