neural-backed-decision-trees
neural-backed-decision-trees copied to clipboard
Tensorflow support
Hey, This looks like a great project, Does it support or will support Tensorflow engine as well? ?
Thanks -- unfortunately, it does not support Tensorflow, but PRs are welcome!
@alvinwan Thanks for the answer, if you can guide me where are the dependencies on PyTorch it can save lots of time :)
@oak-tree Hope this helps: Model-related wrappers are in nbdt/model.py. The data structure in data/custom.py and utils are framework-agnostic though. Beyond that, unfortunately, I'm not familiar with Tensorflow so don't know what's PyTorch specific.