You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a checklist issue for documenting some undocumented comparison types and feature selection transforms that I've found that are undocumented.
Comparison Types to Document
present_and_equal_categorical_in_universe
caution_comp_3_012
caution_comp_4_012
present_and_matching_categorical
not_zero_and_not_equals
All of these comparison features are implemented in hlink/linking/core/comparison_feature.py.
caution_comp_3_012 and caution_comp_4_012 are variants of caution_comp_3 and caution_comp_4, respectively. Instead of returning just 0 or 1, they return 0, 1, or 2. The 2 is returned as a special case, and if caution_comp_3_012 returns 0 or 1, then it agrees with caution_comp_3, and similarly for caution_comp_4_012 and caution_comp_4.
The text was updated successfully, but these errors were encountered:
riley-harper
changed the title
Document caution_comp_3_012 and caution_comp_4_012
Document some undocumented comparison features and feature selections
Oct 6, 2022
- not_zero_and_not_equals
- present_and_matching_categorical
- caution_comp_3_012 (also tweaked the docs for caution_comp_3)
- caution_comp_4_012 (also tweaked the docs for caution_comp_4)
riley-harper
changed the title
Document some undocumented comparison features and feature selections
Document some undocumented comparison features
Oct 7, 2022
This is a checklist issue for documenting some undocumented comparison types and feature selection transforms that I've found that are undocumented.
Comparison Types to Document
present_and_equal_categorical_in_universe
caution_comp_3_012
caution_comp_4_012
present_and_matching_categorical
not_zero_and_not_equals
All of these comparison features are implemented in hlink/linking/core/comparison_feature.py.
caution_comp_3_012
andcaution_comp_4_012
are variants ofcaution_comp_3
andcaution_comp_4
, respectively. Instead of returning just 0 or 1, they return 0, 1, or 2. The 2 is returned as a special case, and ifcaution_comp_3_012
returns 0 or 1, then it agrees withcaution_comp_3
, and similarly forcaution_comp_4_012
andcaution_comp_4
.The text was updated successfully, but these errors were encountered: