Skip to content

Commit f2fbfa4

Browse files
BenFradetmengxr
authored andcommitted
[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 <[email protected]> Closes #10025 from BenFradet/ml-ensembles-doc.
1 parent 8df584b commit f2fbfa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/ml-ensembles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Both use [MLlib decision trees](ml-decision-tree.html) as their base models.
2020
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.
2121

2222
The main differences between this API and the [original MLlib ensembles API](mllib-ensembles.html) are:
23+
2324
* support for ML Pipelines
2425
* separation of classification vs. regression
2526
* use of DataFrame metadata to distinguish continuous and categorical features

0 commit comments

Comments
 (0)