This project is under development and we need developers to participate in.
If you
- familiar with and interested in ctr prediction algorithms
- familiar with tensorflow
- have spare time to learn and develop
- familiar with git
please send a brief introduction of your background and experience to weichenswc@163.com, welcome to join us!
- Become a collaborator: Send an email with introduction and your github account name to weichenswc@163.com and waiting for invitation to become a collaborator.
- Fork&Dev: Fork your own branch(
dev_yourname
) inDeepCTR
from themaster
branch for development.If themaster
is updated during the development process, remember to merge and update todev_yourname
regularly. - Testing: Test logical correctness and effect when finishing the code development of the
dev_yourname
branch. - Pre-release : After testing contact weichenswc@163.com for pre-release integration, usually your branch
dev_yourname
will be merged intorelease
branch by squash merge. - Release a new version: After confirming that the change is no longer needed,
release
branch will be merged intomaster
and a new python package will be released on pypi.