Skip to content

Commit

Permalink
DOC fix typo (scikit-learn#8560)
Browse files Browse the repository at this point in the history
  • Loading branch information
icyblade authored and lesteve committed Mar 9, 2017
1 parent 425bf83 commit c005cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/outlier_detection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ points, ignoring points outside the central mode.

For instance, assuming that the inlier data are Gaussian distributed, it
will estimate the inlier location and covariance in a robust way (i.e.
whithout being influenced by outliers). The Mahalanobis distances
without being influenced by outliers). The Mahalanobis distances
obtained from this estimate is used to derive a measure of outlyingness.
This strategy is illustrated below.

Expand Down

0 comments on commit c005cf9

Please sign in to comment.