From 635888cbed0e3f4127252fb84db449f0cc9ed659 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Sun, 13 Jul 2014 19:27:43 -0700 Subject: SPARK-2363. Clean MLlib's sample data files (Just made a PR for this, mengxr was the reporter of:) MLlib has sample data under serveral folders: 1) data/mllib 2) data/ 3) mllib/data/* Per previous discussion with Matei Zaharia, we want to put them under `data/mllib` and clean outdated files. Author: Sean Owen Closes #1394 from srowen/SPARK-2363 and squashes the following commits: 54313dd [Sean Owen] Move ML example data from /mllib/data/ and /data/ into /data/mllib/ --- data/mllib/sample_naive_bayes_data.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/mllib/sample_naive_bayes_data.txt (limited to 'data/mllib/sample_naive_bayes_data.txt') diff --git a/data/mllib/sample_naive_bayes_data.txt b/data/mllib/sample_naive_bayes_data.txt new file mode 100644 index 0000000000..981da382d6 --- /dev/null +++ b/data/mllib/sample_naive_bayes_data.txt @@ -0,0 +1,6 @@ +0,1 0 0 +0,2 0 0 +1,0 1 0 +1,0 2 0 +2,0 0 1 +2,0 0 2 -- cgit v1.2.3