Jeff Hammerbacher

Results 69 comments of Jeff Hammerbacher

You might also consider the most popular datasets from the [UCI ML repository](http://archive.ics.uci.edu/ml/).

From what I can tell by reading through https://github.com/mbostock/d3/pull/1689 there may be more work here than just writing up the bower.json file.

I see only "pcre (php)", "javascript", and "python" in the "flavor" section.

Same error here, OS X 10.9 with node 0.10.24 and npm 1.3.21. Also noted on pty issue tracker.

I did see that repo mentioned in https://github.com/ibis-project/ibis/issues/2803. I think prioritizing backends from that repo to promote to either this repo or a separate repo within this org would be...

Of course `[k for k, _ in v.INFO]` is an easy workaround for now. It would be nice if `v.INFO` and `v.FORMAT` were a bit more consistent though.

Ah I should have mentioned that I tried `v.INFO.keys()` and got `AttributeError: 'cyvcf2.cyvcf2.INFO' object has no attribute 'keys'`, which was relatively surprising to me given its dict-like interface.

With #442 merged, should this issue be closed, or is there work remaining? (Update: I found https://github.com/pydata/sparse/issues/443, I'll leave a link here in this comment in case others are as...

Jan Vitek has given talks on this topic at Directions in Statistical Computing (DSC): - [DSC 2016](https://www.r-project.org/dsc/2016/): [This is not a type: Gradual typing for R](https://www.r-project.org/dsc/2016/slides/gradualtypingforR.pdf) - [DSC 2017](https://www.r-project.org/dsc/2017/): [@:annotations](https://www.r-project.org/dsc/2017/slides/Annotations_for_R.pdf)...

I guess we should support Hadoop 2.4.0 in general rather than just the ACLs change. Speaking of which, it might be nice to indicate somewhere in the protobuf directory the...