Closed brazils closed 8 months ago
Hi @brazils , the reason you are getting this error is because fv
is not registered. To make it work, simply:fv = fs.register_feature_view(...)
. BTW, I believe you're running out-of-date notebook against newer code. This notebook has been updated a while ago.
Hi @brazils have you had the chance to try out the approach @sfc-gh-wezhou suggested above?
I am closing this stale issue. If you have any problem, please re-open it.
I am trying to step through the demo notebook in ml/feature_store/notebooks/customer_demo/Basic_Feature_Demo.ipynb
I run this block in the notebook
This is the output:
Then running the next block
I get this error: