Doubt in input format of User_Recommender

21 views
Skip to first unread message

Raj_B

unread,
Sep 17, 2013, 12:20:31 AM9/17/13
to sciki...@googlegroups.com
Hi,

Can anyone please tell me, what is the input format of User_Recommender example if we want to give different data other than movies, songs data given by Crab package itself?

And My code is as follows:

from sys import argv

script, filename = argv

csv = open(filename)

movies = csv.read()

from scikits.crab.models import MatrixPreferenceDataModel

model = MatrixPreferenceDataModel(movies)


Thanks,
Raj_B

Marcel Caraciolo

unread,
Sep 17, 2013, 3:15:52 PM9/17/13
to Scikit-Crab
Hello Raj nice to meet you.

This package crab is deprecated, I am still updating for the new release since it's has a big problem with dependency on Scikit-learn.  I am trying to workaround in this new release:



--
You received this message because you are subscribed to the Google Groups "Scikit-Crab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scikit-crab...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages