Skip to content

Commit edcb513

Browse files
authored
removed parameter that was documented as attribute (scikit-learn#7711)
1 parent ad6f094 commit edcb513

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sklearn/covariance/outlier_detection.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ class EllipticEnvelope(ClassifierMixin, OutlierDetectionMixin, MinCovDet):
108108
109109
Attributes
110110
----------
111-
`contamination` : float, 0. < contamination < 0.5
112-
The amount of contamination of the data set, i.e. the proportion of \
113-
outliers in the data set.
114-
115111
location_ : array-like, shape (n_features,)
116112
Estimated robust location
117113

0 commit comments

Comments
 (0)