Skip to content

Commit 856e143

Browse files
committed
fix: Attribute format
Removal of malformed syntax
1 parent 10562a1 commit 856e143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niaarm/rule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class Rule:
159159
leverage: difference between the frequency of antecedent and the consequent appearing together and the expected
160160
frequency of them appearing separately based on their individual support
161161
162-
:math: `leverage(X \implies Y) = support(X \implies Y) - (support(X) \times support(Y))`
162+
:math:`leverage(X \implies Y) = support(X \implies Y) - (support(X) \times support(Y))`
163163
164164
**Range:** :math: `[-1, 1]` (-1 reflects total negative association, 1 reflects perfect positive association
165165
and 0 reflects independence)

0 commit comments

Comments
 (0)