Skip to content

Commit

Permalink
removed parameter that was documented as attribute (scikit-learn#7711)
Browse files Browse the repository at this point in the history
  • Loading branch information
amueller committed Oct 21, 2016
1 parent ad6f094 commit edcb513
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sklearn/covariance/outlier_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ class EllipticEnvelope(ClassifierMixin, OutlierDetectionMixin, MinCovDet):
Attributes
----------
`contamination` : float, 0. < contamination < 0.5
The amount of contamination of the data set, i.e. the proportion of \
outliers in the data set.
location_ : array-like, shape (n_features,)
Estimated robust location
Expand Down

0 comments on commit edcb513

Please sign in to comment.