Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 716 Bytes

File metadata and controls

26 lines (22 loc) · 716 Bytes

ecomplus-ml-cards

Python script for E-Com Plus Admin cards recomendation 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-cards.py csv-input number-of-cards-result csv-output