Releases: dssg/triage
Releases · dssg/triage
White peaches
Bug Fixes
- Fixes a bug related to the
random_state
variable in Triage's configuration file. The random seeds generated from the defined random state were not propagating correctly during the training of individual models.
Documentation
- Colab example has been updated with warnings when installing Triage.
Update on required packages
- Some packages have been updated with newer versions.
- Some packages have been removed as requirements since they are now included in other packages in the requirements file.
Pusadee's (Patch 2)
Bug Fixes
Saving csv.gz
matrices on S3 was not working correctly. Now we put
a file to S3 instead of streaming chunks.
Pusadee's (Patch 1)
Bug Fixes
Fixes saving the csv.gz
features matrices on S3.
Pusadee's
Dried Peach (Patch 3)
New Functionality
- Adds functionality to deal with the cohort being defined within the label query for predicting lists
Bug Fixes
- Fixes a bug on the Baseline Multi-Feature Ranker on the normalization (#934)
Refactoring/Documentation
- Updates different packages
Dried Peach (Patch 2)
Bug Fixes
- Fixes a bug with logging existing cohort dates when using the labels query for the cohort and running with
replace=False
(#915)
Dried Peach (Patched)
Bug Fixes
- Fixes a bug that was resulting in old default behavior being used when omitting the cohort section of the config to use the label config for both (#911)
- Raise the intended depreciation warning (rather than a cryptic error) when specifying a
groups
key to feature aggregations (#907)
Refactoring/Documentation
Dried Peach
New Functionality
- Adds python 3.10 support (NOTE: loses python 3.7 support) (via #893)
- Support (and prefer) specifying a SQL file path for cohort and label queries (#883)
- Adds information about cohort, label, and bias hashes to the
triage_runs
table (#888) - Allow specifying a cohort to be option, defaulting to the label query (#877)
Bug Fixes
- Fixes issue with installing on macos with python 3.9 (via #893)
- Removes (buggy) support for groupings other than
entity_id
in feature generation (#887)
Refactoring/Documentation
Dried Mango (Patched)
New Functionality
- Adds support for postgres 12 and 13 (#882)
Refactoring/Documentation
- Fixes typos in documentation
Dried Mango
NOTE: This release adds python 3.9 support, but unfortunately eliminates python 3.6 support.
New Functionality
- Adds python 3.9 support (#865)
- Adds
BaselineRankMultiFeature
baseline model to allow for ranking by more than one feature (#871)
Bug Fixes
- Ensure attributes passed to
aequitas
are strings to avoid issues with crosstab calculation (#876)