Re: [scikit-learn] Outlier Detection: Contributing a new Estimator: Rank-Based Outlier Detection

2018-11-07 Thread eamanu15
Ups, I forgot edit the subject. This my message: Hello! I can help in the new estimator. Jackob, I will read your article and if you want we can start making a formal proposal to sklearn. Like say Andy, this sound like a case for scikit-learn-contrib Regards! Emmanuel

Re: [scikit-learn] Outlier Detection: Contributing a new Estimator: Rank-Based Outlier Detection

2018-11-06 Thread Andreas Mueller
Hi Jakob. Sounds like you read up on all the right things. Indeed sounds like a case for scikit-learn-contrib. I think the most common pitfall is that it might take some time for someone to review the project to get merged into scikit-learn-contrib. I'm not sure if there's a backlog right now.

Re: [scikit-learn] Outlier Detection: Contributing a new Estimator: Rank-Based Outlier Detection

2018-11-06 Thread Guillaume Lemaître
Ups the remaining of the message: https://github.com/scikit-learn-contrib/project-template You can refer to: https://sklearn-template.readthedocs.io/en/latest/ and the user guide which is really similar to the documentation that you mentioned. On Tue, 6 Nov 2018 at 18:38, Guillaume Lemaître

Re: [scikit-learn] Outlier Detection: Contributing a new Estimator: Rank-Based Outlier Detection

2018-11-06 Thread Guillaume Lemaître
If you are going to make a scikit-learn-contrib project, we recently updated and simplified the project template: On Tue, 6 Nov 2018 at 18:26, Jakob Zeitler wrote: > Dear sklearners, > > I have been working on a rank-based outlier detection algorithm (RBDA) > developed here at Syracuse, of