Skip to content

Releases: st-tech/zozo-shift15m

v0.2.0

20 Sep 01:13
39101d9
Compare
Choose a tag to compare
  • add tags info as follows:
{
  "user":{"user_id":"xxxx", "fav_brand_ids":"xxxx,xx,..."},
  "like_num":"xx",
  "set_id":"xxx",
  "items":[
    {"price":"xxxx","item_id":"xxxxxx","category_id1":"xx","category_id2":"xxxxx"},
    ...
  ],
  "publish_date":"yyyy-mm-dd",
  "tags": "tag_a, tag_b, tag_c, ..."
}
  • add superset matching benchmark
  • fix a label creation bug on set matching with multiple splits

v.0.1.2

24 Nov 13:51
7514980
Compare
Choose a tag to compare
Merge pull request #183 from st-tech/bugfix/fix_weight_estimator

Stop updating weights while training the set matching model.

v.0.1.1

06 Sep 03:45
c9097a9
Compare
Choose a tag to compare
Update README.md