Chalk’s feature pipeline helps you define the features you need and compute their values.
The following concepts are the foundation of our implementation:
Features - Chalk lets you spell out your feature
values using Python classes. Feature classes are namespaced, and can have
relationships to other feature namespaces.