kakao / buffalo

TOROS Buffalo: A fast and scalable production-ready open source project for recommender systems
Apache License 2.0
575 stars 106 forks source link

Missing test_algo.py file #13

Closed oakkim closed 5 years ago

oakkim commented 5 years ago

https://buffalo-recsys.readthedocs.io/en/latest/intro.html#basic-usage

In the documentation, You could run the unit test via executing this command.

$ tests> nosetests ./tests/algo/test_algo.py -v

But, I could not find this file.

oakkim commented 5 years ago

Ah. I got it. The test_algo was the algorithms name.