diff --git a/skrub/_column_associations.py b/skrub/_column_associations.py index 50cd82c5e..a4229a88a 100644 --- a/skrub/_column_associations.py +++ b/skrub/_column_associations.py @@ -46,6 +46,7 @@ def column_associations(df): ----- Cramér's V is a measure of association between two nominal variables, giving a value between 0 and +1 (inclusive). + * `Cramer V `_ Examples