Skip to content

Commit

Permalink
[skip ci] Fixed minor typo in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverbus committed Apr 8, 2021
1 parent 9dcd45f commit 231e05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -149,7 +149,7 @@ Here are some examples for multiple recent Spark/Scala version combinations.
### Training and scoring

Here is an example demonstrating how to import the library, create a new `IsolationForest`
instance, set the model hyperparameters, train the model, and then score the training data.`data`
instance, set the model hyperparameters, train the model, and then score the training data. `data`
is a Spark DataFrame with a column named `features` that contains a
`org.apache.spark.ml.linalg.Vector` of the attributes to use for training. In this example, the
DataFrame `data` also has a `labels` column; it is not used in the training process, but could
Expand Down

0 comments on commit 231e05a

Please sign in to comment.