Deep-Learning- icon indicating copy to clipboard operation
Deep-Learning- copied to clipboard

Decision Tree - Iris data classification.ipynb

Open itsergiu opened this issue 7 years ago • 2 comments

Can you help with a Decision Tree as asked bellow? https://stackoverflow.com/questions/47203550/tensorflow-print-decision-tree

itsergiu avatar Nov 09 '17 13:11 itsergiu

Hi, could you explain more in detail what you are trying to accomplish?

Vikramank avatar Nov 12 '17 07:11 Vikramank

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?

itsergiu avatar Nov 13 '17 08:11 itsergiu