Skip to content

Instantly share code, notes, and snippets.

View LariElovainio's full-sized avatar
💭
💩

Lari Elovainio LariElovainio

💭
💩
View GitHub Profile
<?php
error_reporting(E_ALL);
define('NUM_FEATURES', 3);
// My dataset describes cities around the world where I might consider living.
// Each sample (city) consists of 3 features:
// * Feature 1: average low winter temperature in the city
// * Feature 2: city population, in millions