Skip to content

Instantly share code, notes, and snippets.

@gonzaloruizdevilla
Created October 16, 2019 18:46
Show Gist options
  • Save gonzaloruizdevilla/52fd9b87ef9cf988090e759d9a2cc3c3 to your computer and use it in GitHub Desktop.
Save gonzaloruizdevilla/52fd9b87ef9cf988090e759d9a2cc3c3 to your computer and use it in GitHub Desktop.
from sklearn.datasets import load_iris
from sklearn.model_selection import train_test_split
from sklearn.neighbors import KNeighborsClassifier
import numpy as np
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment