November 2017
Intermediate to advanced
374 pages
10h 19m
English
So, let's assume a world where we have an outside agent supplying us with the ground truth.
We'll create a simple dataset, evaluate the measures of correctness against the ground truth in several ways, and then discuss them:
from sklearn import datasetsfrom sklearn import clusterblobs, ground_truth = datasets.make_blobs(1000, centers=3,cluster_std=1.75)
Read now
Unlock full access