lmaraite / Collaborative_Filtering

Collaborative Filtering Implementation
GNU General Public License v3.0
0 stars 0 forks source link

requirements.txt #3

Closed cvonder1 closed 4 years ago

cvonder1 commented 4 years ago

Some way of tracking dependencies for easy installation with pip.

cvonder1 commented 4 years ago

As far as I see it, we have the following dependencies:

dkettner commented 4 years ago

As of now also: timeit (in create_all_simillarites) warning (to ignore the RuntimeWarning)

cvonder1 commented 4 years ago

OK, but both are part of the standard python modules, so they do not need to be installed additionally.