Skip to content
#

recommendation-system

Here are 1,431 public repositories matching this topic...

EvenOldridge
EvenOldridge commented Jun 8, 2021

Current version of bucketize uses fixed boundaries. If the user doesn't know these boundaries they need to calculate them using cudf.

We should support splitting continuous variables into buckets based on quantile and uniform splits of the data.

For uniform splits the statistics gathering phase needs to compute the min and max of the column and figure out the boundaries to create N buckets.

enhancement good first issue

Improve this page

Add a description, image, and links to the recommendation-system topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recommendation-system topic, visit your repo's landing page and select "manage topics."

Learn more