This is Bostock's interactive Reingold-Tilford Tree with data representing the rules of a simple sklearn decision tree. Click on nodes to expand or collapse.
For more, see the complete write-up.
This is Bostock's interactive Reingold-Tilford Tree with data representing the rules of a simple sklearn decision tree. Click on nodes to expand or collapse.
For more, see the complete write-up.
#!/bin/bash | |
# Start an AWS instance with one of the AMIs provided by: | |
# http://www.louisaslett.com/RStudio_AMI/ | |
# | |
# Get this script and make executable. | |
# wget THE_RAW_URL | |
# chmod +x build_logins.sh | |
# | |
# Then use this script to create many logins on the system. |
This shows New York City subway usage based on turnstile data. Hovering over a day shows the number of entries through subway turnstiles in that day.
Notice the clear effects of hurricanes Irene and Sandy.
More details and source code available. Visualization based (heavily) on Mike Bostock's excellent example.