claws-lab / jodie

A PyTorch implementation of ACM SIGKDD 2019 paper "Predicting Dynamic Embedding Trajectory in Temporal Interaction Networks"
MIT License
355 stars 82 forks source link

Question about Python version #1

Closed sizhewan closed 5 years ago

sizhewan commented 5 years ago

I think you're using Python2.x, however scikit-learn==0.21.1 requires Python>=3.5. What should I do?

srijankr commented 5 years ago

The code is indeed using python 2.7. I have fixed it to use scikit-learn==0.19.1. Thanks for noticing.