A user asks for a method to export a TimberTrek data JSON file from treeFarms (https://github.com/poloclub/timbertrek/issues/2). Users can drag-and-drop this JSON file in the TimberTrek website to directly visualize it :)
This PR adds a method get_decision_paths() to expose the decision_paths dictionary to users.
A user asks for a method to export a TimberTrek data JSON file from treeFarms (https://github.com/poloclub/timbertrek/issues/2). Users can drag-and-drop this JSON file in the TimberTrek website to directly visualize it :)
This PR adds a method
get_decision_paths()
to expose thedecision_paths
dictionary to users.