Internally, TD-DF relies on Yggdrasil Decision Forests (YDF). Depending on the change, reading YDF's user and developer manual might be beneficial.
The library's dependency structure is organized in layers:
- Keras
- TensorFlow
- Python utility
- Yggdrasil
New logic should be implemented where relevant. When several layers are possibly relevant, the most generic layer should be favored.