Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 697 Bytes

File metadata and controls

26 lines (22 loc) · 697 Bytes

ecomplus-ml-products

Python script for E-Com Plus products recommendation with machine learning and data science

Technology stack

Setting up

Installing dependencies on RHEL based Linux:

sudo yum install python27 python27-devel python-pip
pip install pandas
pip install numpy
pip install scikit-surprise
pip install matplotlib

Running the script

python3 recommend-products.py csv-input csv-output