feast
feast copied to clipboard
As a new user, the example feature definitions file name in feast init is confusing
The example file that contains the feature definitions is named example_repo.py and not example_features.py.
This issue is to rename and improve the experience by using either feature_definitions.py or example_features.py. Feast documentation uses example as driver_features.py
Feel free to suggest the preference or any thoughts.
@MelissaFlinn ^
There is also a good recommendation by @MelissaFlinn of adding a feastignore file in template (even if it just has a commented descriptive line in it).
@ntkathole Thank you!