Algo-Phantoms / Algo-ScriptML

Scripts of Machine Learning Algorithms from Scratch. Implementations of machine learning models and algorithms using nothing but NumPy with a focus on accessibility. Aims to cover everything from basic to advance.
MIT License
90 stars 66 forks source link

README for Apriori Algorithm Added #190

Closed Manasi2001 closed 3 years ago

Manasi2001 commented 3 years ago

I've added the README.md for Apriori Algorithm giving its appropriate description as well as mentioning its advantages and disadvantages.

This PR is with reference to issue #137. @geekquad please check this out.