Aurélien Geron
Aurélien Geron
The `DataLoader` is nice, but if I understand correctly it requires the dataset to fit in memory. For large datasets that don't fit in memory, it would be nice to...
Great project, thanks! Here's a PR to remove the compiled Python files (*.pyc) and .DS_Store files, which should generally not be added to a git repository. I also added a...
Nice library thanks! Perhaps I missed something, but it looks like multi-output regression is unsupported? If so, is it on the roadmap? Happy to help if needed.
Here's a fix for the databag item update bug discussed in Issue #13 (https://github.com/coderanger/commis/issues/13). I also added wsgi.py... it can't hurt ! ;-) ps: I pushed 2 untested and buggy...
I have had many issues with the searches (the non-configured, out-of-the-box search functionality): sometimes the "total" would be >0, but the "rows" would be empty ([]), even though start=0 and...
When uploading a cookbook that exists on the server (same version), modified files are doubled: I end up with several cookbook_files with the same path, but different content. I fixed...
I could not understand why I had a "missing template" when deploying an application using commis. It turns out that the missing template has the exact same content as another...
I get HTTP 500 Errors when trying to upload a data bag item from a file: $ knife --version Chef: 11.4.0 $ ruby --version ruby 1.9.3p286 (2012-10-12 revision 37165) [x86_64-darwin11.4.2]...
Hi, "knife environment ..." commands fail. I looked at commis's source code, and apparently environments are not implemented. Any plan to do so? Thanks, Aurélien
I created this documentation based on this comment in the source code: https://github.com/tensorflow/model-analysis/blob/86be9ae6f27e0bc98d0dad493848e0f8b9c36e0e/tensorflow_model_analysis/frontend/lib/series-data.js#L33