Skip to content

Commit 33b5849

Browse files
lemonjingRobert Kruszewski
authored andcommitted
[MINOR][DOC] Fix a few markdown typos
## What changes were proposed in this pull request? Easy fix in the markdown. ## How was this patch tested? jekyII build test manually. Please review http://spark.apache.org/contributing.html before opening a pull request. Author: lemonjing <[email protected]> Closes apache#20897 from Lemonjing/master.
1 parent baa6b3b commit 33b5849

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/ml-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ and the migration guide below will explain all changes between releases.
111111
* The class and trait hierarchy for logistic regression model summaries was changed to be cleaner
112112
and better accommodate the addition of the multi-class summary. This is a breaking change for user
113113
code that casts a `LogisticRegressionTrainingSummary` to a
114-
` BinaryLogisticRegressionTrainingSummary`. Users should instead use the `model.binarySummary`
114+
`BinaryLogisticRegressionTrainingSummary`. Users should instead use the `model.binarySummary`
115115
method. See [SPARK-17139](https://issues.apache.org/jira/browse/SPARK-17139) for more detail
116116
(_note_ this is an `Experimental` API). This _does not_ affect the Python `summary` method, which
117117
will still work correctly for both multinomial and binary cases.

docs/mllib-feature-extraction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ for details on the API.
278278
multiplication. In other words, it scales each column of the dataset by a scalar multiplier. This
279279
represents the [Hadamard product](https://en.wikipedia.org/wiki/Hadamard_product_%28matrices%29)
280280
between the input vector, `v` and transforming vector, `scalingVec`, to yield a result vector.
281-
Qu8T948*1#
282-
Denoting the `scalingVec` as "`w`," this transformation may be written as:
281+
282+
Denoting the `scalingVec` as "`w`", this transformation may be written as:
283283

284284
`\[ \begin{pmatrix}
285285
v_1 \\

docs/mllib-pmml-model-export.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ displayTitle: PMML model export - RDD-based API
77
* Table of contents
88
{:toc}
99

10-
## `spark.mllib` supported models
10+
## spark.mllib supported models
1111

1212
`spark.mllib` supports model export to Predictive Model Markup Language ([PMML](http://en.wikipedia.org/wiki/Predictive_Model_Markup_Language)).
1313

1414
The table below outlines the `spark.mllib` models that can be exported to PMML and their equivalent PMML model.
1515

1616
<table class="table">
1717
<thead>
18-
<tr><th>`spark.mllib` model</th><th>PMML model</th></tr>
18+
<tr><th>spark.mllib model</th><th>PMML model</th></tr>
1919
</thead>
2020
<tbody>
2121
<tr>

0 commit comments

Comments
 (0)