-
Updated
May 5, 2022 - Python
recommendation-system
Here are 1,431 public repositories matching this topic...
-
Updated
Mar 24, 2022
-
Updated
May 5, 2022 - Python
-
Updated
Dec 17, 2019
-
Updated
Apr 23, 2020 - Python
-
Updated
May 6, 2022 - Python
-
Updated
Nov 12, 2020
-
Updated
Feb 10, 2022 - Python
-
Updated
Oct 5, 2020 - Jupyter Notebook
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.
-
Updated
May 12, 2021 - Jupyter Notebook
-
Updated
May 6, 2022 - C++
-
Updated
Apr 29, 2022 - Python
-
Updated
Dec 8, 2020 - Python
-
Updated
Oct 30, 2020 - Jupyter Notebook
-
Updated
Nov 25, 2021 - Python
-
Updated
Feb 9, 2022 - Python
-
Updated
Jul 9, 2021 - Jupyter Notebook
-
Updated
Dec 18, 2020 - Python
-
Updated
May 11, 2020 - C
-
Updated
Nov 4, 2021
-
Updated
Jul 5, 2020 - Jupyter Notebook
-
Updated
May 29, 2018 - Python
-
Updated
Dec 21, 2020
-
Updated
Dec 30, 2021 - Jupyter Notebook
-
Updated
Dec 29, 2017 - Python
-
Updated
Feb 10, 2022 - Python
-
Updated
Feb 19, 2019
Improve this page
Add a description, image, and links to the recommendation-system topic page so that developers can more easily learn about it.
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."
Came up in jfkirk/tensorrec#31
It would be nice to have an arg to re-order the batches every epoch while fitting.
shuffle_batches
arg tofit()
andfit_partial()
that shuffles the batch order every epoch if True