djrajdev
Starry eyed idealist. Obsessed with data science and data viz. Codes for glory. She/Her.
Mountain View
Pinned Repositories
GoodreadsMvLibrary
Scrape my to-read books from goodreads and see if mountain view library has those. Sub-steps documented for the benefit of fellow lazy humans who want to customize this for their libraries.
grokking-ds-wwc
Grokking data science slides and code from the Women Who Code talk
SnippetsForPetPeeves
Repo contains examples of things that took me embarrassingly long to figure out OR just cool stuff I keep forgetting
datascience-exam
Repo supporting data science team interview exams.
datasciencecoursera
DataSciUtility
Support repo for Data Science learning microblogs.
datasharing
The Leek group guide to data sharing
DataStore
djrajdev.github.io
DJ Rajdev's portfolio and tech blog repo
ExData_Plotting1
Plotting Assignment 1 for Exploratory Data Analysis
djrajdev's Repositories
djrajdev/djrajdev.github.io
DJ Rajdev's portfolio and tech blog repo
djrajdev/rusps
R package for using USPS' free address validation api
djrajdev/SnippetsForPetPeeves
Repo contains examples of things that took me embarrassingly long to figure out OR just cool stuff I keep forgetting
djrajdev/grokking-ds-wwc
Grokking data science slides and code from the Women Who Code talk
djrajdev/GoodreadsMvLibrary
Scrape my to-read books from goodreads and see if mountain view library has those. Sub-steps documented for the benefit of fellow lazy humans who want to customize this for their libraries.
djrajdev/DataSciUtility
Support repo for Data Science learning microblogs.
djrajdev/DataStore
djrajdev/datascience-exam
Repo supporting data science team interview exams.
djrajdev/RUtility
Code collection for Utility R scripts
djrajdev/reproducible_research_proj1
djrajdev/ExData_Plotting1
Plotting Assignment 1 for Exploratory Data Analysis
djrajdev/Summary_Tidy_Data_Coursera
Getting & Cleaning Data, Lecture 4 Project
djrajdev/ProgrammingAssignment2
Repository for Programming Assignment 2 for R Programming on Coursera
djrajdev/datasciencecoursera
djrajdev/datasharing
The Leek group guide to data sharing
djrajdev/Maiden-Voyage
Sandbox repository for tutorial
djrajdev/ZenTCIHack
TCI Hackathon BW+Zendesk integration workflows repo
djrajdev/TrieSimple
A simple implementation of Trie DataStructure in Java
djrajdev/GameFull
Implemented Backend of Game Fanorona on a 5x5 board for human vs algorithm mode.
djrajdev/lang
Project makes use of Opensource Language Detection and Carrot2 clustering libraries to achieve Document clustering in a 2 pass way. The first pass clusters small batches (5000 docs) at a time, the second pass takes only the cluster labels and clusters those effective creating 2 sets of cluster buckets. Before the Clustering module, a langauge detection module ensures that if a language is detected with over x% (x being 95 in this case) confidence, make that the langauge of the document in the collection. This had to be done as a lot of incoming english news had spam or relevant content of other langauges. The clutered buckets are then written to file thats is invoke by Javascript for visualization to get insight into trend evolution, relative size of clusters and chronological information