aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorwm624@hotmail.com <wm624@hotmail.com>2016-05-27 20:59:24 -0500
committerSean Owen <sowen@cloudera.com>2016-05-27 20:59:24 -0500
commit5d4dafe8fdea49dcbd6b0e4c23e3791fa30c8911 (patch)
tree57f130594c229600e6f392c8f1b76012a5bd5ddd /data
parent4a2fb8b87ca4517e0f4a1d7a1a1b3c08c1c1294d (diff)
downloadspark-5d4dafe8fdea49dcbd6b0e4c23e3791fa30c8911.tar.gz
spark-5d4dafe8fdea49dcbd6b0e4c23e3791fa30c8911.tar.bz2
spark-5d4dafe8fdea49dcbd6b0e4c23e3791fa30c8911.zip
[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 <wm624@hotmail.com> Closes #13301 from wangmiao1981/example.
Diffstat (limited to 'data')
-rw-r--r--data/mllib/sample_naive_bayes_data.txt12
1 files changed, 0 insertions, 12 deletions
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