Shrawan Sapre

Results 2 comments of Shrawan Sapre

I got a similar error because I was using Python 3 to execute the code. To rectify it, I changed the numerize function to: ``` def numerize(tp): uid = [profile2id[x]...

There are many changes to make if you are using Python 3. All the best!