Closed yiduo closed 14 years ago
AttributeError: 'NoneType' object has no attribute 'remove'
fp_growth.py, line 232 , add "if node.parent is not None:"
Made your suggested change; thank you.
AttributeError: 'NoneType' object has no attribute 'remove'
fp_growth.py, line 232 , add "if node.parent is not None:"