John Ramey

Results 18 issues of John Ramey

Currently, our Zookeeper implementation uses 3 fixed `Deployments` and 3 corresponding fixed `Services`. [PetSets](http://kubernetes.io/docs/user-guide/petset/) look like a promising direction to avoid hardcoding the nodes because they offer: - a stable...

Currently, a DNS name must be hardcoded in `kafka-cluster.yaml`. Currently, I'm getting the DNS name from `kafka-service` after its deployed via `kubectl get service kafka-service`. By removing the load balancer,...

Currently, `noncensus` munges much of the data provided in raw form from **census.gov**. The Census Bureau recently introduced a [data](http://www.census.gov/developers/) [API](http://api.census.gov/data/) that requires an API key. Functions should be written...

Quote from an email from Dan Irons: > In the “states” dataset, state populations appear to have been misassigned. For example, the populations of Alaska and Alabama have been transposed,...

- [ ] Provide an overview of how to use and the insight gained from the Shiny app generated by `shiny_choro` - [ ] Discuss both `example(shiny_choro)` and `explore_counties()` -...

- [ ] Shiny app - [ ] New data sets - [ ] Updates to existing data sets - [ ] Miscellaneous changes

For a reference, see: http://www.census.gov/geo/reference/zctas.html

As discussed in [this PDF from the U.S. Census Bureau](http://www.census.gov/geo/reference/pdfs/geodiagram.pdf), the U.S. can be thought of as a hierarchy of regions. These include: - School Districts - Congressional Districts -...

After the Shiny app is launched via `shiny_choro`, the rendering after a dropdown has been selected needs to be sped up. Currently, this delay can take 2-3 seconds and should...

Rather than expecting unlabeled observations to be included with the training data, it makes far more sense to create an object from which a `predict` call can be made. The...