Hello,
scikit-learn 0.20 provides more consistent outlier detection API.
- covariance.EllipticEnvelope
- svm.OneClassSVM
- ensemble.IsolationForest
- neighbors.LocalOutlierFactor
So I would like to use Pipeline, GridSearchCV, and RandomizedSearchCV that have a score_samples method.
Thank you.