This is a simple visualization of wonderful article by Martin Zinkevich "Rules of ML".
I'm studying machine learning and found Martin's article here. I liked its content and hierarchical nature. Was curious to turn it into visualization, and came up with this hierarchical tree-chart
Turns out there is a name for this visualization type: SunBurst
The entire visualization code is here. It is raw javascript, and it doesn't use any third-party libraries.
The code that generates sunburst chart is released under MIT license.
Article content belongs to Martin Zinkevich. Please reach out to him directly if you need more information.