Re: [MATH] Discretizer equivalent

Mansour Al Akeel <[email protected]> Sun, 26 Jan 2025 17:44:31 -0500
Newsgroups gmane.comp.jakarta.commons.user
Message-ID <CAFvvX=YAEue9G=B_aUB6cFRRdePcen16QW4pufyPrbCQjtNabw@mail.gmail.com>
Resending because of a missed subject.

On Sun, Jan 26, 2025 at 3:04 PM Mansour Al Akeel <[email protected]>
wrote:

> I am trying to port some applications from python to java, and was looking
> for an equivalent algorithm for Descritier/Quantizer/Binner.
> The documentation for this functionality can be found here:
>
>
> https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html
>
> I tried to search javadoc for math, but couldn't find anything relevant.
> Yet, because data scaling is a very common step in ML, I feel I am missing
> something.
>
>
>
>
>