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
722 stars 112 forks source link

fix feast repo name in building-and-deploying-multi-stage-RecSys examples #1020

Closed rnyak closed 1 year ago

rnyak commented 1 year ago

We get this error AttributeError: module 'feast' has no attribute 'FeatureStore' from this line feature_store = feast.FeatureStore(feast_repo_path) the reason for that is because the name of the subdirectory is feast . And if the working directory is the directory where the feature store was created, then, import feast imports that directory, and not feast library the package.

this PR fixes the feature store repo name, and also removes the version of feast that we recommend users to install.

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

github-actions[bot] commented 1 year ago

Documentation preview

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