EasyRec

A framework for large scale recommendation algorithms.

APACHE-2.0 License

Downloads
183
Stars
1.3K
Committers
22

Bot releases are hidden (Show)

EasyRec - v0.7.1 Latest Release

Published by wwxxzz about 1 year ago

What's Changed

Full Changelog: https://github.com/alibaba/EasyRec/compare/v0.7.0...v0.7.1

EasyRec - v0.7.0

Published by chengmengli06 about 1 year ago

What's Changed

Full Changelog: https://github.com/alibaba/EasyRec/compare/v0.6.4...v0.7.0

EasyRec - v0.6.4

Published by chengmengli06 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/alibaba/EasyRec/compare/v0.6.2...v0.6.4

EasyRec - v0.6.3

Published by chengmengli06 over 1 year ago

EasyRec - v0.6.2a

Published by chengmengli06 over 1 year ago

[bugfix] add client demo missing files
[feature] add avx string split feature

EasyRec - v0.6.2

Published by chengmengli06 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/alibaba/EasyRec/compare/v0.5.6...v0.6.2

EasyRec - v0.6.0

Published by chengmengli06 almost 2 years ago

What's Changed

Full Changelog: https://github.com/alibaba/EasyRec/compare/v0.5.6...v0.6.0

EasyRec - release/0.5.6

Published by chengmengli06 about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/alibaba/EasyRec/compare/v0.4.7...v0.5.6

EasyRec - v0.4.7

Published by chengmengli06 over 2 years ago

What's Changed

Docker

  • mybigpai-registry.cn-beijing.cr.aliyuncs.com/easyrec/easyrec:py36-tf1.15-0.4.7

New Contributors

EasyRec - v0.4.4

Published by chengmengli06 over 2 years ago

fix some bugs

EasyRec - v0.4.2

Published by chengmengli06 over 2 years ago

fix some bugs.

EasyRec - release/0.4.0

Published by chengmengli06 over 2 years ago

Major Features and Improvements

  • fix final exporter bug under ps-worker-evaluator mode;
  • fix fg export bug for multi-task models;
  • add dlrm models;
  • add vector retrieve function;
  • add interface to export checkpoints which could run on alibaba RTP(RealTime serving Platform);
  • add support for hive table as data input;
  • add support for export embedding variable(kv embedding) separately from dense variables;
  • add support for multi optimizers and gradient freezing ability.

Download

easy_rec-0.4.0-py2.py3-none-any.whl

EasyRec - release/0.3.0

Published by dawn310826 over 2 years ago

Release 0.3.0

Major Features and Improvements

  • Add support for sequence feature #62
  • Update esmm loss function #76
  • Add auc.num_thresholds setting #76
  • Add Cold start model #80
  • Add Collaborative Metric Learning i2i model #80
  • Add TextCNN model #80
  • Compat with DataScience enviroment #86
  • Support offline inference on DataScience #100
  • Add Unit Test #91

Bug Fixes and Other Changes

  • Fix bug in partitioned variable restore #71
  • Fix bug in variational dropout and rocket launching #93

Documentation update

  • Add document for Cold start model, Collaborative Metric Learning i2i model and TextCNN model #80
EasyRec - release/0.2.0

Published by dawn310826 almost 3 years ago

Release 0.2.0

Major Features and Improvements

  • Support for early stop #1
  • Support for stop by num_epoch #5
  • Release MultiTask model PLE #8
  • Compatible with feature_configs and feature_config.features #48
  • import fg_json to easyrec_config #54
  • upgrade params in feature config to higher precision #65
  • add write_graph option to train config. #65
  • Compatible with FG dtype and EasyRec dtype #66

Bug Fixes and Other Changes

  • fix hyperparams_builder bug in tf2 #64
  • fix default value bug in inference #66
  • fix workqueue dtype bug in OdpsRTPInput #67

Documentation update

  • update tutorial doc #56 #68
  • update train doc #4
  • update hpo doc #4
  • update feature doc #6
  • update inference doc #7 #56
  • update develop doc #56
  • update optimize doc #56
  • update release doc #56
  • update readme #56 #58
EasyRec - release/0.1.4

Published by chengmengli06 about 3 years ago

add more models and data processing functions.

EasyRec - release/0.1.0

Published by chengmengli06 about 3 years ago

initial release.