We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you help with a Decision Tree as asked bellow? https://stackoverflow.com/questions/47203550/tensorflow-print-decision-tree
The text was updated successfully, but these errors were encountered:
Hi, could you explain more in detail what you are trying to accomplish?
Sorry, something went wrong.
Hi, I practiced a bit of Tensorflow with your example Iris data classification.ipynb. I want to print with Tensorflow hierarchically Decision Tree similar to sklearn.tree.export_graphviz. There are working examples with sklearn at: https://chrisalbon.com/machine-learning/visualize_a_decision_tree.html https://pythonprogramminglanguage.com/decision-tree-visual-example/ By getting the tree one can visualize the entire prediction and understand it better. Can you add to your Ttensorflow Iris ipynb example the tree visualizing?
No branches or pull requests
Can you help with a Decision Tree as asked bellow?
https://stackoverflow.com/questions/47203550/tensorflow-print-decision-tree
The text was updated successfully, but these errors were encountered: