Jesse London

Results 27 issues of Jesse London

### What would you like the software to do? I would like nPrintML to work with as little set-up as possible. As operating systems increasingly ship with default versions of...

enhancement

AutoGluon 0.2.0 advertises tremendous speed increases and disk usage decreases. However, it appears there may be relevant changes to its interface. See: [AutoGluon 0.2.0 announcement](https://github.com/awslabs/autogluon/releases/tag/v0.2.0)

optimization

`pip`? What's that?! Installation of Python libraries can be confusing. As a prospective user of nprintML, I'd like a wizard script to help guide me through the necessary verification and...

enhancement

The pipeline might be sped up by performing in the background sub-tasks which are necessary for completion but not for the pipeline itself. For example, the user may have requested...

question
optimization

Label-aggregation performance was hugely improved by #54. However, it remains a single-threaded affair. It should be investigated whether multithreading/multiprocessing can further improve the performance of this step, and if so,...

question
optimization

Status/logging output is currently done through `print` (to `stdout`) within nprintML, and via unconfigured logging in AutoML. This should be centralized via configurable logging (defaulting to stdout), and AutoML logging...

enhancement

enhancement

The library appears unable to encode dictionaries with non-string, _e.g._ integer, keys. This is the case at the top level and inline. For example, using `master` (59d83d0d51a976f11a74991fa7d220fc630d8bae): ``` $ python3...

The plumbum `LocalMachine` default of passing the parent process environment variables to `Popen` makes sense; however, it is either non-obvious or non-trivial to disable this behavior for command execution without...

filebrowser_safe performed oddly against Google Cloud Storage, inappropriately considering files to be directories and vice-versa. the changeset handles edge cases in ``isfile()`` and correctly iterates the file+dir listing returned by...