Liliana
Liliana
+ Sine and Cosine transformation for cyclical features
+ Add documentation in function for string comparisons + Add a required else while matching records (string comparisons) + Add info about recordlinkage package with Felligi-Sunter model implemented + Add...
adding more context on anaconda, miniconda, pyenv and pycharm installation.
Modify the `builders.py` component to deal with the use case of not having labels on the matrix (predict forward). In case there are no labels, a CSV file is generated...
Unfortunately, the random seed wasn't being set on any algorithm used in Triage. This leads to unreproducible results, mainly in the outreach-generated lists. This bug was identified while comparing the...
Aequitas version 1.0.0 requires SQLAlchemy 2 which is a huge change in Triage. We need to update SQLAlchemy, Pandas, Numpy (which are now part of Aequitas requirements) Main differences between...
We weren't using the model random seed generated by Triage when we initialized models. This omission causes unreproducible experiments, mainly on the outreach lists generated by Triage using the same...