Skip to content

Commit bf59358

Browse files
committed
update
1 parent e2de1b7 commit bf59358

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/ml-collaborative-filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This approach is named "ALS-WR" and discussed in the paper
5959
It makes `regParam` less dependent on the scale of the dataset, so we can apply the
6060
best parameter learned from a sampled subset to the full dataset and expect similar performance.
6161

62-
## Examples
62+
**Examples**
6363

6464
<div class="codetabs">
6565
<div data-lang="scala" markdown="1">

docs/ml-tuning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To help construct the parameter grid, users can use the [`ParamGridBuilder`](api
6262

6363
After identifying the best `ParamMap`, `CrossValidator` finally re-fits the `Estimator` using the best `ParamMap` and the entire dataset.
6464

65-
## Examples: model selection via cross-validation
65+
**Examples: model selection via cross-validation**
6666

6767
The following example demonstrates using `CrossValidator` to select from a grid of parameters.
6868

@@ -102,7 +102,7 @@ It splits the dataset into these two parts using the `trainRatio` parameter. For
102102

103103
Like `CrossValidator`, `TrainValidationSplit` finally fits the `Estimator` using the best `ParamMap` and the entire dataset.
104104

105-
## Examples: model selection via train validation split
105+
**Examples: model selection via train validation split**
106106

107107
<div class="codetabs">
108108

0 commit comments

Comments
 (0)