Joel Nothman
Joel Nothman
Is this reasonable?
Unfortunately the HTML doc compilation does not return a non-zero exit status when examples don't compile. Perhaps this is a job for sphinx-gallery too (ping @Titan-C). If docs fail to...
Sometimes not all components of all arguments should affect the cache. For methods on objects with some significant and some insignificant state, `ignore` is insufficient. See https://github.com/scikit-learn/scikit-learn/pull/2086#issuecomment-19884529 For example, given:...
web fonts are accessed by relative URL
Clicking a link changes the current window's location. This may or may not be desirable, but once you're there, there's no "Back to slides" button (and keyboard shortcuts for back...
getSenators includes 'image' but it is hard to get data a single required person. getSenator gets a single senator but does not include all the fields from getSenators, notably leaving...
I downloaded the XML from http://data.openaustralia.org/scrapedxml under the assumption that its ids would match those on the web site. But for example, in http://data.openaustralia.org/scrapedxml/senate_debates/2011-06-15.xml, lords/2011-06-15.4.3 is a speech by Fiona...
In the scikit-learn API, the only arguments to `fit` should be arrays aligned with the data samples. Other parameters should be supplied through the class constructor. This allows the parameters...
* django-tus version: cc2b6bf * Django version: N/A * Python version: N/A * Operating System: N/A ### Description Since the rewrite in 3afa6fdace987d379dc4408654aa9ec17f11325a for v0.5.0, the `TusFile` abstraction has returned...