Skip to content

Commit 5101b00

Browse files
committed
add recommender systems using association rules mining tutorial
1 parent 8aaeada commit 5101b00

File tree

5 files changed

+891
-0
lines changed

5 files changed

+891
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ This is a repository of all the tutorials of [The Python Code](https://www.thepy
8585
- [Imbalance Learning With Imblearn and Smote Variants Libraries in Python](https://www.thepythoncode.com/article/handling-imbalance-data-imblearn-smote-variants-python). ([code](machine-learning/imbalance-learning))
8686
- [Credit Card Fraud Detection in Python](https://www.thepythoncode.com/article/credit-card-fraud-detection-using-sklearn-in-python#near-miss). ([code](machine-learning/credit-card-fraud-detection))
8787
- [Customer Churn Prediction in Python](https://www.thepythoncode.com/article/customer-churn-detection-using-sklearn-in-python). ([code](machine-learning/customer-churn-detection))
88+
- [Recommender Systems using Association Rules Mining in Python](https://www.thepythoncode.com/article/build-a-recommender-system-with-association-rule-mining-in-python). ([code](machine-learning/recommender-system-using-association-rules))
8889

8990
- ### [General Python Topics](https://www.thepythoncode.com/topic/general-python-topics)
9091
- [How to Make Facebook Messenger bot in Python](https://www.thepythoncode.com/article/make-bot-fbchat-python). ([code](general/messenger-bot))
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# [Recommender Systems using Association Rules Mining in Python](https://www.thepythoncode.com/article/build-a-recommender-system-with-association-rule-mining-in-python)
2+
To run this:
3+
- `pip3 install -r requirements.txt`
4+
- Get the dataset [here](https://archive.ics.uci.edu/ml/machine-learning-databases/00352/)
5+
- Follow [the tutorial](https://www.thepythoncode.com/article/build-a-recommender-system-with-association-rule-mining-in-python) and the [Colab Notebook](https://colab.research.google.com/drive/1HWv-ETO_eVqVJGsbnGui-Nb33tvHPlL3?usp=sharing)

0 commit comments

Comments
 (0)