8

Is there a recommendation engine for python similar to Java Taste?

StackUnderflow
  • 24,080
  • 14
  • 54
  • 77

1 Answers1

0

I haven't found much that runs natively in python, but someone created python wrappers for SUGGEST, which looks like a solid program.

SUGGEST overview

python wrappers

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