Skip to content
Snippets Groups Projects
Commit f2fbfa44 authored by BenFradet's avatar BenFradet Committed by Xiangrui Meng
Browse files

[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.
parent 8df584b0
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ Both use [MLlib decision trees](ml-decision-tree.html) as their base models. ...@@ -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. 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: The main differences between this API and the [original MLlib ensembles API](mllib-ensembles.html) are:
* support for ML Pipelines * support for ML Pipelines
* separation of classification vs. regression * separation of classification vs. regression
* use of DataFrame metadata to distinguish continuous and categorical features * use of DataFrame metadata to distinguish continuous and categorical features
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment