Arturus / kaggle-web-traffic

1st place solution
MIT License
1.82k stars 667 forks source link

which python version do you use? #4

Closed yuyingg0921 closed 6 years ago

yuyingg0921 commented 6 years ago

"from typing import Collection" I use python 2.7 and 3.5 to run your code. Because this will result an error, I would like to know which version of python did you use? python 3.6? thanks.

Arturus commented 6 years ago

Yes, Python 3.6 You can safely remove all Collection references from the code, this is just syntax sugar for IDE

yuyingg0921 commented 6 years ago

thx!!! I used 3.6 and it works! and may I ask that do you have the answer of this kaggle competition? I am not sure if kaggle will release the true result after this competition is end or not? thank you very much.