Primary competition visual

Akeed Restaurant Recommendation Challenge

Helping Oman
$3 000 USD
Completed (over 5 years ago)
Prediction
Collaborative Filtering
1420 joined
242 active
Starti
May 18, 20
Closei
Aug 16, 20
Reveali
Aug 16, 20
How to use vendor tag
Help · 10 Jul 2020, 06:52 · 4

can anybody help me

Discussion 4 answers

Suppose this is the vendor tag :

"Arabic, Breakfast, Burgers"

first you spit this and make a list ["Arabic", "Breakfast", "Burgers"]

Than you run MultiLabelBinarizer that you give you the OneHotEncoded Vectors

11 Jul 2020, 05:40
Upvotes 0

Yes I did the same . But while merging this onehotencoded dataframe to train dataframe then I'm getting memory error. How much is your RAM?

Hi @Rohith464, check out this discussion : https://zindi.africa/competitions/akeed-restaurant-recommendation-challenge/discussions/1426

Where @Engineer shared jupyter notebook which has a function to reduce the memory. I hope this will help.

Than it total it will have 91 columns

11 Jul 2020, 06:51
Upvotes 0