preprocessing methods of H2O

354 views Asked by At

What preprocessing methods are used in the autoML pipeline? It would be nice to have a brief summary of all these steps in the doc. By preprocessing, I mean: one-hot-encoding, normalization, imputation, etc.

Thank you,

Yassine

1

There are 1 answers

0
Neema Mashayekhi On

Currently, only target encoding is done, but more work is being done to add for preprocessing. See the docs for more info.