Leavingseason / xDeepFM

746 stars 219 forks source link

requirements.txt #16

Open mathemonads opened 5 years ago

mathemonads commented 5 years ago

We should add a requirements.txt which lists all the ~24 dependencies needed to run the code. If you're using a virtual environment, you can create it by running pip freeze > requirements.txt.

Sandy4321 commented 5 years ago

Good idea, what are these 24 packages and versions

Leavingseason commented 5 years ago

Good idea, I will add it asap.