Re: [scikit-learn] Delegating "get_params" and "set_params" to a wrapped estimator when parameter is not defined.

2018-04-14 Thread Manuel CASTEJÓN LIMAS via scikit-learn
Hi Javier! Yo can have a look at: https://github.com/mcasl/PipeGraph/blob/master/pipegraph/adapters.py There are a few adapters there and I had tool deal with that situation. I solved it by using __getattr__ and __setattr__. Best Manolo El vie., 13 abr. 2018 17:53, Javier López escribió: > I h

Re: [scikit-learn] Finding a single cluster in 1d data

2018-04-14 Thread Raphael C
Thank you very much! I didn't know about jenkspy. Raphael On 13 April 2018 at 02:19, Pedro Pazzini wrote: > Hi Raphael. > > An option to highlight a dense region in your vector is to use a density > estimator (http://scikit-learn.org/stable/modules/density.html). > > But I think that the python