From b9ef7ac98c3dee3256c4a393e563b42b4612a4bf Mon Sep 17 00:00:00 2001 From: Paweł Kozikowski Date: Sat, 18 Jul 2015 10:12:48 -0700 Subject: [MLLIB] [DOC] Seed fix in mllib naive bayes example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previous seed resulted in empty test data set. Author: Paweł Kozikowski Closes #7477 from mupakoz/patch-1 and squashes the following commits: f5d41ee [Paweł Kozikowski] Mllib Naive Bayes example data set enlarged --- data/mllib/sample_naive_bayes_data.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') diff --git a/data/mllib/sample_naive_bayes_data.txt b/data/mllib/sample_naive_bayes_data.txt index 981da382d6..bd22bea3a5 100644 --- a/data/mllib/sample_naive_bayes_data.txt +++ b/data/mllib/sample_naive_bayes_data.txt @@ -1,6 +1,12 @@ 0,1 0 0 0,2 0 0 +0,3 0 0 +0,4 0 0 1,0 1 0 1,0 2 0 +1,0 3 0 +1,0 4 0 2,0 0 1 2,0 0 2 +2,0 0 3 +2,0 0 4 \ No newline at end of file -- cgit v1.2.3