D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
larsvers
Full window
Github gist
Circle Pack for Inference Models
<!DOCTYPE html> <meta charset="utf-8"> <head> <script src="https://d3js.org/d3.v3.min.js"></script> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Lato"> <link rel="stylesheet" type="text/css" href="style.css"> <title>Circle Pack to show Model-Inference</title> </head> <body> <div id="header"> <h1>Transforming Information with a predictive model :<span style="color:#6C7A89"> identifying key predictors</span></h1> <p>See how a predictive model can "excavate" important characteristics about a (target)group of choice. Use the two buttons to the left to compare pre- and post-model predictor-importance.</p> <p>Compare individual paramater distribution of the two response classes by slecting the predictors of interest. (pls open in new window for full view)</p> </div> <div class="container"> <div class="buttonWrapper"> <div class="buttonWrapper1"> <p class="button" id="button1">No model applied</br> <span style="font-size:10px;">All available neutral information</span></p> </div> <div class="buttonWrapper2"> <p class="button" id="button2">Apply model</br> <span style="font-size:10px;">Model-picked & weighted associations</span></p> </div> </div> <div class="svgRightWrapper"></div> <div id="reloadPage" onClick="window.location.reload()">Start afresh</div> </div> <script src="script.js"></script> </body> </html>
Modified
http://d3js.org/d3.v3.min.js
to a secure url
https://d3js.org/d3.v3.min.js