prmr / Creco

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

Feature Selector #45

Closed prmr closed 10 years ago

prmr commented 10 years ago

Implement a service that takes in a category id and a max number of n features and returns at most n features determined to distinguish the products in the category.

asutcl commented 10 years ago

I have merged into the master branch code which has moved all AttributeStat functionality to the ScoredArttribute. Things seem to work much better now. I have also implemented sorting according to entropy of an attribtute. I still need to test if it actually does correct entropy calculations.

asutcl commented 10 years ago

Specs and Ratings are considered to be the same at the moment in the ScoredAttribute class.

asutcl commented 10 years ago

Right now this is returning all of the attributes ranked.

asutcl commented 10 years ago

Integrated correlation

enewe101 commented 10 years ago

Cool -- this went into Integration just now with along Nishanth's code -- thanks!