Re: [scikit-learn] Rapid Outlier Detection via Sampling

2017-11-27 Thread Olivier Grisel
> Do I need to write object oriented or are functions also ok? I you want to contribute an implementation as a new project on scikit-learn contrib, you should be careful to follow the scikit-learn estimators API: http://scikit-learn.org/dev/developers/contributing.html#apis-of-scikit-learn-object

Re: [scikit-learn] Rapid Outlier Detection via Sampling

2017-11-25 Thread Gael Varoquaux
Dear Orges, I can see only 33 citations on Google scholar for this paper. As detailed in the inclusion criteria of scikit-learn: http://scikit-learn.org/stable/faq.html#what-are-the-inclusion-criteria-for-new-algorithms I am afraid that we need many more citations to include this algorithm. Howe

[scikit-learn] Rapid Outlier Detection via Sampling

2017-11-25 Thread Orges Leka
Dear scikit-learn Developers, My Name is Orges Leka and I would like to implement "Rapid Outlier Detection via Sampling" [1] in scikit-learn. In R this method is already available [2] by the authors of the method. In Python I have not seen any implementation yet. The method is very simple yet eff