Apriori algorithm implementation #12965
                  
                    
                      simoderyouch
                    
                  
                
                  started this conversation in
                General
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve added a new custom Apriori algorithm implementation that:
Finds frequent itemsets
Generates association rules using support, confidence, and lift
Includes type hints, doctests, and clean style
✔️ All pre-commit and CI checks are passing.
Could someone please review and validate the code for merging?
Beta Was this translation helpful? Give feedback.
All reactions