Ben Frederickson

Results 55 issues of Ben Frederickson

NVTabular should create ops it easier the process of aggregating some past user interactions to represent users preferences. Some possible approaches would be: - [ ] Including features of the...

enhancement

We need to test the hugectr movielens notebooks as part of the CI process, testing both the criteo and movielens example notebooks. For instance with movielens we test the PT/TF...

HugeCTR
ci

We should update our movielens example for HugeCTR to incorporate the multihot 'genres' field since HugeCTR supports multihot parquet inputs now. We should be able to use the same preprocessing...

HugeCTR
P1

**Issue by [jperez999](https://github.com/jperez999)** _Tuesday Jan 28, 2020 at 05:39 GMT_ _Originally opened as https://github.com/rapidsai/recsys/issues/14_ ---- **Is your feature request related to a problem? Please describe.** Need to ensure that no...

**Issue by [oyilmaz-nvidia](https://github.com/oyilmaz-nvidia)** _Wednesday Feb 26, 2020 at 15:57 GMT_ _Originally opened as https://github.com/rapidsai/recsys/issues/17_ ---- **Is your feature request related to a problem? Please describe.** It's not exactly a problem...

**Issue by [alecgunny](https://github.com/alecgunny)** _Tuesday Mar 24, 2020 at 19:44 GMT_ _Originally opened as https://github.com/rapidsai/recsys/issues/29_ ---- **Is your feature request related to a problem? Please describe.** DLLabelEncoder by default reserves 0...

**Issue by [benfred](https://github.com/benfred)** _Tuesday Apr 21, 2020 at 17:48 GMT_ _Originally opened as https://github.com/rapidsai/recsys/issues/51_ ---- We're currently only shuffling each chunk, and then writing the shuffled values to partitions in...

enhancement

**Issue by [benfred](https://github.com/benfred)** _Monday May 04, 2020 at 18:43 GMT_ _Originally opened as https://github.com/rapidsai/recsys/issues/87_ ---- We are currently using ```to_pandas / from_pandas``` to spill to host memory in dl_encoder.py Using...

enhancement

**Issue by [benfred](https://github.com/benfred)** _Monday May 04, 2020 at 19:08 GMT_ _Originally opened as https://github.com/rapidsai/recsys/issues/89_ ---- We should default displaying progress information (using tqdm) so that users can view progress when...

**Issue by [alecgunny](https://github.com/alecgunny)** _Monday May 11, 2020 at 16:05 GMT_ _Originally opened as https://github.com/rapidsai/recsys/issues/105_ ---- 1. Add `eps` kwarg to `LogOp` such that the math implemented is `log(x+eps)` instead of...