Skip to content

Commit d30c729

Browse files
committed
Removed docstring from internal build_rule method
1 parent d080e06 commit d30c729

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

niaarm/niaarm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def __init__(self, dimension, features, transactions, metrics, logging=False):
6868
super().__init__(dimension, 0.0, 1.0)
6969

7070
def build_rule(self, vector):
71-
r"""Build association rule from the candidate solution."""
7271
rule = []
7372

7473
permutation = vector[-self.num_features:]

0 commit comments

Comments
 (0)