Is there a recommendation engine for python similar to Java Taste?
Asked
Active
Viewed 2,876 times
8
-
Looks very specific, Just wrap it up and use it from Python. – Hassan Syed Apr 24 '10 at 14:51
1 Answers
0
I haven't found much that runs natively in python, but someone created python wrappers for SUGGEST, which looks like a solid program.
Since python is still fairly slow when compared to C or Java, using wrappers will probably improve performance.

Matt Boehm
- 1,894
- 1
- 18
- 21