On trying to generate the json representation of a tree model by calling `tree_json = generate_tree_json(model)`, the following error is thrown: AttributeError: 'DecisionTreeModel' object has no attribute '_java_obj'
On trying to generate the json representation of a tree model by calling
tree_json = generate_tree_json(model), the following error is thrown:AttributeError: 'DecisionTreeModel' object has no attribute '_java_obj'