You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ This is a repository of all the tutorials of [The Python Code](https://www.thepy
85
85
-[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))
86
86
-[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))
87
87
-[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))
#[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)