jkleint
jkleint
I noticed the blotter issues a commit with every row written; perhaps there is some way to autocommit every N seconds or N rows instead to alleviate the immediate problem....
From a design perspective, you probably want a general way to specify the hierarchical relationships between levels, and then convenience functions that produce this relationship structure for common cases. That...
Let's say I have categorical values whose names are meaningless: ``` 'xjs', 'kxu', 'lwj', 'vbz', 'woz' ``` But I have some external knowledge that tells me they nest into a...
I agree we don't want to be in the business of a million custom hierarchy-generating functions. It's fine to have a function that makes hierarchies from delimited strings. But do...
[Cross-posting from #13 at the request of @jtpio] I'd suggest per-kernel metrics be the default. I came upon nbresuse hoping for more granular information than what `top` can already tell...
Clicking to toggle between notebook and server usage seems like a win/win. I'd be happy with server usage being the default as long as individual notebooks remember my setting so...
I also think accounting for shared memory is a good idea. Is there any reason we could not use the more accurate `pss` or `uss` on platforms where it is...
In the case of batch queries, would it be possible to get the url of the result from the Athena SDK, then use the S3 API to fetch?
Glad to hear you're working on it. That's great that sklearn is getting a new CV interface. For search spaces, since it is an advanced option, I would personally not...