Re: Mahout 0.9 Release - Call for Volunteers

2014-01-16 Thread Sékine Coulibaly
Suneel, Mahout build is ok. However at least 3 Integration test cases fail as follow : Failed tests: ARFFVectorIterableTest.testNumerics:237-Assert.assertEquals:592-Assert.assertEquals:494-Assert.failNotEquals:743-Assert.fail:88 expected:1.0 but was:NaN

Re: Myrrix is now a part of Cloudera

2013-07-16 Thread Sékine Coulibaly
OMG :) This is freaking good news indeed ! Having used Myrrix for a while now and enjoyed its ease of use for machine-learning, I'm impressed by how well you did it, and how Cloudera felt confident the same way the users feel. Congratz ! 2013/7/16 Jérémie Gomez jeremie.go...@gmail.com

Re: How to start the factorize-movielens.sh from a PHP script ?

2013-01-23 Thread Sékine Coulibaly
] https://github.com/plista/kornakapi [2] http://myrrix.com/ On 17.01.2013 17:55, Sékine Coulibaly wrote: Sebastian, This sounds reasonable. However, I observe that running the factorize-movielens script computes recommendations for *all* users. Is there a way to compute

Re: How to start the factorize-movielens.sh from a PHP script ?

2013-01-17 Thread Sékine Coulibaly
is quicker). Thank you ! 2013/1/17 Sékine Coulibaly scoulib...@gmail.com Sebastian, This sounds reasonable. However, I observe that running the factorize-movielens script computes recommendations for *all* users. Is there a way to compute the recommandation for only one user

Re: How to start the factorize-movielens.sh from a PHP script ?

2013-01-14 Thread Sékine Coulibaly
script before making the call. I hope it works. -- Ibrahim On Sun, Jan 13, 2013 at 11:38 PM, Sékine Coulibaly scoulib...@gmail.com wrote: Hi there, I've been able to start locally the factorize-movielens script. What I'd like to do is basically create a PHP webservice able

Re: How to start the factorize-movielens.sh from a PHP script ?

2013-01-14 Thread Sékine Coulibaly
/ On 14.01.2013 09:31, Sékine Coulibaly wrote: Hi Ibrahim, Actually, for now, I wish I could use it locally, in other words without using Haddop framework. I've been successfull in trying to launch : factorize-movielense-1M.sh ratings.dat I wish I could launch that very same command from

How to start the factorize-movielens.sh from a PHP script ?

2013-01-13 Thread Sékine Coulibaly
Hi there, I've been able to start locally the factorize-movielens script. What I'd like to do is basically create a PHP webservice able to start that very same script, and return the recommendations. I'm using Apache2, and I use PHP's shell_exec to start the script as follows :