prmr / Creco

Recommendation System for Consumer Products
Apache License 2.0
6 stars 2 forks source link

Product Ranking #16

Closed priyasidhaye closed 10 years ago

priyasidhaye commented 10 years ago

Ranking products inside the recommended list to be displayed.

Inputs :

  1. Equivalence class
  2. Lucene scores
  3. Feature selection results - contraints.
  4. Ratings for the objects

Output : Recommended list of products with ranks.

enewe101 commented 10 years ago

Hi Priya and Nishanth --

Could you update us on the status of this issue? This needs to be Integrated before the front-end and back-end controllers can start talking.

You would to define a function in ...creco.server.SearchService which calls your code and gets back a list of ranked products.

As I mentioned to Gowri, you will want merge Integration into your branch (while your branch is checked out) to do this hooking up to SearchServices. You can proceed with this right away.

However, when you are ready to merge that back into Integration, please post and wait. We have some other operations going on there at the moment.

Thanks!

nishanthtgwda commented 10 years ago

Hello Edward, I should be done with the first part of the code by today night. I will merge integration into my branch by today night latest.

Thanks

enewe101 commented 10 years ago

Thanks for the update Nishanth! On Feb 22, 2014 2:58 PM, "nishanth1991" notifications@github.com wrote:

Hello Edward, I should be done with the first part of the code by today night. I will merge integration into my branch by today night latest.

Thanks

Reply to this email directly or view it on GitHubhttps://github.com/prmr/Creco/issues/16#issuecomment-35812811 .

priyasidhaye commented 10 years ago

Hi Edward,

I should finish the basic part by tonight as well, latest before tomorrow morning.

Thanks,

Priya

On Sat, Feb 22, 2014 at 3:09 PM, enewe101 notifications@github.com wrote:

Thanks for the update Nishanth!

On Feb 22, 2014 2:58 PM, "nishanth1991" notifications@github.com wrote:

Hello Edward, I should be done with the first part of the code by today night. I will merge integration into my branch by today night latest.

Thanks

Reply to this email directly or view it on GitHub< https://github.com/prmr/Creco/issues/16#issuecomment-35812811>

.

Reply to this email directly or view it on GitHubhttps://github.com/prmr/Creco/issues/16#issuecomment-35813127 .

enewe101 commented 10 years ago

Good stuff. Make sure to coordinate with Nishanth for integration since your parts work together.

Thanks for the update! On Feb 22, 2014 4:48 PM, "priyasidhaye" notifications@github.com wrote:

Hi Edward,

I should finish the basic part by tonight as well, latest before tomorrow morning.

Thanks,

Priya

On Sat, Feb 22, 2014 at 3:09 PM, enewe101 notifications@github.com wrote:

Thanks for the update Nishanth!

On Feb 22, 2014 2:58 PM, "nishanth1991" notifications@github.com wrote:

Hello Edward, I should be done with the first part of the code by today night. I will merge integration into my branch by today night latest.

Thanks

Reply to this email directly or view it on GitHub< https://github.com/prmr/Creco/issues/16#issuecomment-35812811>

.

Reply to this email directly or view it on GitHub< https://github.com/prmr/Creco/issues/16#issuecomment-35813127> .

Reply to this email directly or view it on GitHubhttps://github.com/prmr/Creco/issues/16#issuecomment-35815948 .

nishanthtgwda commented 10 years ago

Filtering module pushed to integration branch.

MariamN commented 10 years ago

Priya and Nishanth, can you please let me know what is the signature of the function that I have to call to pass the user tweaked list of features (scored list of features )

nishanthtgwda commented 10 years ago

Hello Mariam , RankedFeaturesProducts(List pRatingList, List pSpecList, List pProductSearchResult) will create an new object of RankedFeaturesProducts. And on the created object , getaProductSearchResult() will return a List , which you can use for display.