NVIDIA-Merlin / Merlin

NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature engineering and preprocessing to training deep learning models and running inference in production.
Apache License 2.0
758 stars 113 forks source link

Update Integration test to get request from user_features instead of hard-coded value #1006

Closed oliverholworthy closed 1 year ago

oliverholworthy commented 1 year ago

Get sample request from user_features instead of hard-coded value in the multi-stage example notebook integration test.

Fixes error in integration test tests/integration/examples/test_ci_building_deploying_multi_stage_RecSys.py raising the following exception:

  File "/usr/local/lib/python3.8/dist-packages/merlin/systems/dag/ops/feast.py", line 242, in transform
    feature_array = array_constructor(feature_value).astype(
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

This may have started appearing following the recent changes to support feast 0.31 #975

github-actions[bot] commented 1 year ago

Documentation preview

https://nvidia-merlin.github.io/Merlin/review/pr-1006