Java based Mahout's goal is to build scalable machine learning libraries. Are there any equivalent libraries in Python ?
feedback
|
|
scikits learn is highly recommended http://scikit-learn.sourceforge.net/ | |||||
feedback
|
|
Orange is supposedly pretty decent, from what I've heard, but I've never used it personally. PyML might be worth taking a look at as well. Also, Monte. | |||||||||
feedback
|
|
pysuggest is a Python wrapper for SUGGEST, a Top-N recommendation engine that implements a variety of recommendation algorithms for collaborative filtering. | |||
|
feedback
|