CutEncoder - simple suggestion for sklearn.preprocessing
Hello. please take a loot to my kaggle notebook. i have a simple suggestion for new encoder for sklearn.preprocessing. https://www.kaggle.com/ayoubabozer/cutencoder/notebook?scriptVersionId=22834... Thanks, Ayoub
Why is this preferable to KBinsDiscretizer? Where the bin edges are fixed, FunctionTransformer can be used with pandas.cut.
sorry, i did not know it before :(. thanks. On Fri, Nov 1, 2019 at 1:46 AM Joel Nothman <joel.nothman@gmail.com> wrote:
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
i thought finally i will add something to scikit-learn :) On Fri, Nov 1, 2019 at 1:57 AM Ayoub Abozer <ayoub.abozer@gmail.com> wrote:
sorry, i did not know it before :(.
thanks.
On Fri, Nov 1, 2019 at 1:46 AM Joel Nothman <joel.nothman@gmail.com> wrote:
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
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 <ayoub.abozer@gmail.com> wrote:
i thought finally i will add something to scikit-learn :)
On Fri, Nov 1, 2019 at 1:57 AM Ayoub Abozer <ayoub.abozer@gmail.com> wrote:
sorry, i did not know it before :(.
thanks.
On Fri, Nov 1, 2019 at 1:46 AM Joel Nothman <joel.nothman@gmail.com> wrote:
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
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn
participants (2)
-
Ayoub Abozer -
Joel Nothman