neural-backed-decision-trees
neural-backed-decision-trees copied to clipboard
Windows support?
Can it run under Windows system, and how?
Hey @wangdemo,
It can indeed run on Windows, as there aren't system-dependent parts of the package and folks have previously done this https://github.com/alvinwan/neural-backed-decision-trees/pull/17. However, I don't own a Windows machine myself so unfortunately don't have specifics. If you have access to a Terminal-esque window, just run the installation command in the README (pip install nbdt) and follow the getting started guide there.