aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenFradet <benjamin.fradet@gmail.com>2015-11-30 13:02:08 -0800
committerXiangrui Meng <meng@databricks.com>2015-11-30 13:02:08 -0800
commitf2fbfa444f6e8d27953ec2d1c0b3abd603c963f9 (patch)
treece78e3f32ea23d22f11d5a74bcf60036ff57a90c
parent8df584b0200402d8b2ce0a8de24f7a760ced8655 (diff)
downloadspark-f2fbfa444f6e8d27953ec2d1c0b3abd603c963f9.tar.gz
spark-f2fbfa444f6e8d27953ec2d1c0b3abd603c963f9.tar.bz2
spark-f2fbfa444f6e8d27953ec2d1c0b3abd603c963f9.zip
[MINOR][DOCS] fixed list display in ml-ensembles
The list in ml-ensembles.md wasn't properly formatted and, as a result, was looking like this: ![old](http://i.imgur.com/2ZhELLR.png) This PR aims to make it look like this: ![new](http://i.imgur.com/0Xriwd2.png) Author: BenFradet <benjamin.fradet@gmail.com> Closes #10025 from BenFradet/ml-ensembles-doc.
-rw-r--r--docs/ml-ensembles.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ml-ensembles.md b/docs/ml-ensembles.md
index f6c3c30d53..14fef76f26 100644
--- a/docs/ml-ensembles.md
+++ b/docs/ml-ensembles.md
@@ -20,6 +20,7 @@ Both use [MLlib decision trees](ml-decision-tree.html) as their base models.
Users can find more information about ensemble algorithms in the [MLlib Ensemble guide](mllib-ensembles.html). In this section, we demonstrate the Pipelines API for ensembles.
The main differences between this API and the [original MLlib ensembles API](mllib-ensembles.html) are:
+
* support for ML Pipelines
* separation of classification vs. regression
* use of DataFrame metadata to distinguish continuous and categorical features