Skip to content

Commit

Permalink
Updated doc style.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBago committed Jan 23, 2018
1 parent 43b0baf commit 6055a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ml-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -1302,8 +1302,8 @@ meatadata.
behaviour when the vector column contains nulls or vectors of the wrong size. By default
`handleInvalid` is set to "error", indicating an exception should be thrown. This parameter can
also be set to "skip", indicating that rows containing invalid values should be filtered out from
the resulting dataframe, or `optimistic` indicating that all rows should be kept. When
`handleInvalid` is set to `optimistic` the user takes responsibility for ensuring that the column
the resulting dataframe, or "optimistic" indicating that all rows should be kept. When
`handleInvalid` is set to "optimistic" the user takes responsibility for ensuring that the column
does not have invalid values, values that don't match the column's metadata, or dealing with those
invalid values downstream.

Expand Down

0 comments on commit 6055a8c

Please sign in to comment.