Tal Yarkoni
Tal Yarkoni
Thanks for the comments, this is helpful! I agree that implementing `__enter__` and `__exit__` makes sense. Re: caching, the reason it's on by default is that many of the `Extractor`...
Any update on this, @yarikoptic @caravanuden? If you don't have time to get to it, that's fine--@qmac or I can probably get to it soon. Just let us know, as...
don't ever change, @yarikoptic
Hi @mickeypash, thanks for your interest in taking this on! This is a good impetus to start laying out some guides for developers, so I'll use this issue as an...
On further inspection, I think this issue can be broken up into several steps. The Rekognition API supports a number of services that don't require S3. In boto3's Rekognition client,...
That would be great! Let me know if you want any implementation pointers (we'd probably want to put this in the base `Transformer` class, so it's available throughout the hierarchy)....
As noted in #202, we should also log all steps taken inside an executed `Graph`.
@qmac--I think we should make Amazon Rekognition our highest priority for addition. The video features look amazing.
I think it probably makes sense to have hooks for both. I.e., for `_validate` in the base `Transformer` to pass, both the `Stim` and the `Transformer` subclass's `_validate` methods have...
Yeah I think we probably need to do the librosa Extractors this way too. But there's no rush on this--it's not a high priority, and we can chip away at...