From 5d4dafe8fdea49dcbd6b0e4c23e3791fa30c8911 Mon Sep 17 00:00:00 2001 From: "wm624@hotmail.com" Date: Fri, 27 May 2016 20:59:24 -0500 Subject: [SPARK-15449][MLLIB][EXAMPLE] Wrong Data Format - Documentation Issue ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) In the MLLib naivebayes example, scala and python example doesn't use libsvm data, but Java does. I make changes in scala and python example to use the libsvm data as the same as Java example. ## How was this patch tested? Manual tests Author: wm624@hotmail.com Closes #13301 from wangmiao1981/example. --- data/mllib/sample_naive_bayes_data.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 data/mllib/sample_naive_bayes_data.txt (limited to 'data') diff --git a/data/mllib/sample_naive_bayes_data.txt b/data/mllib/sample_naive_bayes_data.txt deleted file mode 100644 index bd22bea3a5..0000000000 --- a/data/mllib/sample_naive_bayes_data.txt +++ /dev/null @@ -1,12 +0,0 @@ -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