Re: [scikit-learn] CutEncoder - simple suggestion for sklearn.preprocessing

2019-10-31 Thread Joel Nothman
There is plenty to be contributed! but this one was solved a couple of years ago ;) On Fri, 1 Nov 2019 at 11:01, Ayoub Abozer wrote: > i thought finally i will add something to scikit-learn :) > > On Fri, Nov 1, 2019 at 1:57 AM Ayoub Abozer > wrote: > >> sorry, i did not know it before :(. >>

Re: [scikit-learn] CutEncoder - simple suggestion for sklearn.preprocessing

2019-10-31 Thread Ayoub Abozer
i thought finally i will add something to scikit-learn :) On Fri, Nov 1, 2019 at 1:57 AM Ayoub Abozer wrote: > sorry, i did not know it before :(. > > thanks. > > On Fri, Nov 1, 2019 at 1:46 AM Joel Nothman > wrote: > >> >> Why is this preferable to KBinsDiscretizer? >> >> Where the bin edges

Re: [scikit-learn] CutEncoder - simple suggestion for sklearn.preprocessing

2019-10-31 Thread Ayoub Abozer
sorry, i did not know it before :(. thanks. On Fri, Nov 1, 2019 at 1:46 AM Joel Nothman wrote: > > Why is this preferable to KBinsDiscretizer? > > Where the bin edges are fixed, FunctionTransformer can be used with > pandas.cut. > ___ > scikit-learn

Re: [scikit-learn] CutEncoder - simple suggestion for sklearn.preprocessing

2019-10-31 Thread Joel Nothman
Why is this preferable to KBinsDiscretizer? Where the bin edges are fixed, FunctionTransformer can be used with pandas.cut. ___ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn