Close

Menu

  • About this blog
  • slashdot
  • metis
  • stackoverflow
Home Menu

Tag visualization

Posts: 3

What is a ROC Curve? A visualization with credit scores.

Damien martin | Sun 03 March 2019 | Category Tools

ROC (Receiver Operator Characteristic) curves are a great way for measuring the performance of binary classifiers. They show how well a classifier's score (where a higher score means more likely to be in the "positive" class) does at separating...

Using Folium: What is the furthest you can get from Starbucks in Seattle?

Damien martin | Sat 08 April 2017 | Category Pandas

It seems that Starbucks is ubiquitous in Seattle. Where in Seattle is furthest from a Starbucks store? In order to work this out, we need a list of all the stores in Seattle. The open data project Socrata makes it easy to find out - you can pull...

Snake on a cube with ReactJS

Damien martin | Fri 17 February 2017 | Category Tools