Skip to content

Instantly share code, notes, and snippets.

View gvvynplaine's full-sized avatar
🌐
/home

Roman gvvynplaine

🌐
/home
  • Moldova, Tiraspol
View GitHub Profile
@gvvynplaine
gvvynplaine / README.md
Created February 18, 2020 15:30 — forked from curran/README.md
The Iris Dataset

This is the "Iris" dataset. Originally published at UCI Machine Learning Repository: Iris Data Set, this small dataset from 1936 is often used for testing out machine learning algorithms and visualizations (for example, Scatter Plot). Each row of the table represents an iris flower, including its species and dimensions of its botanical parts, sepal and petal, in centimeters.

The HTML page provides the basic code required to load the data and display it on the page (as JSON) using D3.js.