My Projects
Measuring Validity and Reliability of Human RatingsPermalink
In this blog post for the Unofficial Google Data Science Blog, Jeremy Miles, Ka Wong and I take on the challenge of human-labeled data. While we often treat human judgements as ground truth, there is a wide variety of theoretical and practical challenges to using this data. We discuss some of the challenges around measurement, provide concepts and definitions for the type of work we do at Google, and explore a case study of measuring the quality of human-provide labels across different platforms.
You can read the whole article here.
Bayesian Portfolio Optimization in RPermalink
The project was originally a paper that I published in the Central Asia Business Journal, which is edited by former colleagues at KIMEP university. I’m sure that the digital edition of the most recent version will eventually go up. Or at least I hope.
Since the code was originally structured to accompany a paper, it’s a bit of a mess right now. But I’m coercing it into a package, so that it might be useful to someone intrepid researcher wishing to reproduce the results published by the leading English-lange business journal in Central Asia. I’m sure it will be a great honor!
The package implements several Bayesian estimators for the parameters in a classic Markowitz portfolio optimization algorithm. A Gibbs sampler is used to find the Bayesian estimates.
You can view it here on Github.
AdventureRPermalink
This package contains all of the functions written for posts on this blog. Obviously, the package will always be “in development,” since this blog is an ongoing project. Nonetheless, this should make it a lot easier to organize, document and share the code produced here.
You can view it here on Github.
LambdaListPermalink
I created this package to accompany my R translation of List Out of Lambda. Motivation for the project comes from Steve Losh, whose article lays the foundation for purely functional lists. I also relied on Hadley Wickham and Lionel Henry’s package purrr
, which provided many of the functional programming examples in the article.