-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[FEATURE] Add binomial sampling and fix multinomial sampling #20734
Conversation
Hey @IrishWhiskey , Thanks for submitting the PR
CI supported jobs: [unix-gpu, sanity, unix-cpu, edge, centos-cpu, windows-cpu, centos-gpu, clang, miscellaneous, website, windows-gpu] Note: |
@mxnet-bot run ci [unix-gpu, unix-cpu, centos-cpu, website, miscellaneous] |
Jenkins CI successfully triggered : [unix-cpu, miscellaneous, website, centos-cpu, unix-gpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@IrishWhiskey thanks for the contribution! |
@szha thanks for reviewing :) |
Description
I implemented the binomial and multinomial sampling. I also renamed the previous multinomial implementation to categorical.