Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 328 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 328 Bytes

Visualizing the Bias-Variance tradeoff

This is a web app structured as a blog post containing interactive visualizations in D3.js to explain the bias-variance tradeoff using the K-nearest neighbour algorithm.

Start a server like so in this directory: python -m SimpleHTTPServer

Open a browser and go to localhost:8000