Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Jaccard, Certainty, and Kulczynski association rules metrics (#1099)
* Adding the code for calculating Jaccard Similiarity * Added some jaccard tests * More jaccard tests * Implemented Centered Confidence and Certainty Factor * Added parameter to choose only certain metrics for association_rules * removed centered confidence * remove print statements in test * Implemented kulczynski algorithm Nachiket Deo <[email protected]> * Implemented Kulcynski + Certainty tests Co-authored-by: Nachiket18 <[email protected]> Co-authored-by: AnkithN <[email protected]> * fixed flake8 formatting * Added jaccard, certainty, and kulczynski to notebook documentation Co-authored-by: AnkithN <[email protected]> * Added changes to changelog * Update test_association_rules.py * Update test_association_rules.py * Update association_rules.py * Update CHANGELOG.md --------- Co-authored-by: Nachiket18 <[email protected]> Co-authored-by: ankithn30 <[email protected]> Co-authored-by: AnkithN <[email protected]> Co-authored-by: Nachiket18 <[email protected]> Co-authored-by: AnkithN <[email protected]> Co-authored-by: Sebastian Raschka <[email protected]>
- Loading branch information