Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 293 Bytes

File metadata and controls

13 lines (10 loc) · 293 Bytes

Display Tree using the MOJO model

Here are the steps:

  1. Generate MOJO from H2O model
  2. Use MOJO to generate graphviz based on gv file
  3. Use gv file as input to convert into PNG

Tools and libraries uses:

  • Java 1.7 and above
  • Python
    • subprocess
    • IPython