Code developed in D3 to visualize a XGBoost Decision Tree in an interactive way
https://yamhiroto.github.io/XGBoost-Tree-Viz/ (clay / argile)
https://yamhiroto.github.io/XGBoost-Tree-Viz/argile.html (same as default index.html page)
https://yamhiroto.github.io/XGBoost-Tree-Viz/sable.html (sand / sable)
-
go to the directory with your terminal and the command : /cd
-
type the following command : python -m http.server 8080
-
go to localhost:8080 with your favorite browser
index.html is set on clay (argile)
localhost:8080/sable.html for sand (sable)
localhost:8080/argile.html for clay (argile)