The data for this challenge is taken from real orders, real people made on the jul.co.il website.
In efforts to protect customer privacy, personally identifiable information had been removed, and the data had been resampled.
- Git
- Python 3.6+, with pandas, and jupyter installed - we recommend anaconda
- A browser with internent connectivity
jul_train.csv
contains a sample of user orders up to a certain time.
All of these users made at least one more order, your goal is predict at least one of the products in their next order.
These predictions would be regarded as a product recommendation in this context.
- Clone this repo
- Launch
jupyter notebook
and browse - Run
submission.ipynb
and follow the instructions - Once submitted, the score should be listed on the leaderboard
Top achievers on the leaderboard can score 40% and above. In order to pass the test, you are required to score 20% or above.