From a9f4e37c7f539f7f34af3b4267a88fd89e5dd566 Mon Sep 17 00:00:00 2001 From: George Mihaila Date: Mon, 29 Oct 2018 10:27:32 -0500 Subject: [PATCH] update --- python/machine_learning/tpot_toy_example.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/machine_learning/tpot_toy_example.py b/python/machine_learning/tpot_toy_example.py index d9e063d..5f74288 100644 --- a/python/machine_learning/tpot_toy_example.py +++ b/python/machine_learning/tpot_toy_example.py @@ -1,3 +1,7 @@ +# To get toy dataset use: +# $ wget https://raw.githubusercontent.com/jbrownlee/Datasets/master/pima-indians-diabetes.data.csv + + import numpy as np import pandas as pd