Skip to content

Instantly share code, notes, and snippets.

View CateGitau's full-sized avatar
🏠
Working from home

Cathy CateGitau

🏠
Working from home
View GitHub Profile
@CateGitau
CateGitau / Twittermining.R
Last active August 30, 2017 14:43
Twitter data Mining in R
#install required packages
install.packages("twitteR")
install.packages("RCurl")
install.packages("httr")
install.packages("devtools")
devtools::install_github("r-lib/httr")
#Load necessary packages
library(twitteR)
library(RCurl)
@CateGitau
CateGitau / Twitter text analysis.R
Last active January 18, 2023 18:26
Analyzing twitter data using R
#install required packages
install.packages("twitteR")
install.packages("RCurl")
install.packages("httr")
install.packages("devtools")
install.packages(toInstall, repos = "http://cran.r-project.org")
library(devtools)
#Load necessary packages
library(twitteR)
@CateGitau
CateGitau / nlp.pynb
Created November 9, 2017 13:56
NLP & Sentiment Analysis
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Machine Learning "
]
},
{
@CateGitau
CateGitau / NLP.ipynb
Created November 11, 2017 10:36
Text classification and Sentiment Analysis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CateGitau
CateGitau / NLP.ipynb
Created November 24, 2017 11:47
Sentiment Analysis using Naive Bayes Classifier
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CateGitau
CateGitau / NLP.ipynb
Created November 24, 2017 11:47
Sentiment Analysis using Naive Bayes Classifier
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CateGitau
CateGitau / NLP.ipynb
Created November 24, 2017 11:47
Sentiment Analysis using Naive Bayes Classifier
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CateGitau
CateGitau / NLP.ipynb
Created November 24, 2017 11:47
Sentiment Analysis using Naive Bayes Classifier
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CateGitau
CateGitau / NLP.ipynb
Created November 24, 2017 11:47
Sentiment Analysis using Naive Bayes Classifier
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@CateGitau
CateGitau / NLP.ipynb
Created November 24, 2017 11:47
Sentiment Analysis using Naive Bayes Classifier
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.