Jesse London
Jesse London
Once [this s3fs fix](https://github.com/dask/s3fs/commit/05fc3d9c64a5f9ff701f9d9541f707aff5750349) is released, we can update Triage's s3fs requirement, remove the `S3Store` open/write shim, and test Triage against it – as indicated by #687. That PR's unit...
This is @thcrock's PR. He can do what he likes with it!
… from psycopg2 to psycopg2-binary version. sqlalchemy-postgres-copy currently requires psycopg2. However, triage requires psycopg2-binary, (and pip doesn't know that these provide the same package). As such, a build of triage...
_From @thcrock on July 26, 2017 23:11_ More of a nice-to-have, but being able to pass through different model characteristics to color the plot by is useful (and should be...
_From @thcrock on July 26, 2017 23:15_ Started this in https://github.com/dssg/audition/pull/21 But needs a lot more detail. We can also pair this with some docs infrastructure using mkdocs _Copied from...
_From @thcrock on July 19, 2017 22:9_ From @ecsalomon: "Making a small change to a feature group (e.g., adding or removing a single feature) doesn't trigger replacing the feature table...
_From @thcrock on July 19, 2017 21:47_ There is some confusion between the categorical 'column' and aggregate 'quantity'. Merge names? _Copied from original issue: dssg/architect#6_
A basic installation of the `aequitas` distribution should only satisfy the requirements of the `aequitas` package: pip install aequitas Having done the above, `import aequitas_cli` should raise an `ImportError` (either...
Having directed string input into the standard input of a `LocalCommand` (via `
## Summary Updates autogluon to version 0.6.0; adds support for Python 3.9 and drops Python 3.6. In addition: * updates nearly every other library requirement as compatible * makes Python...