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
Currently, only target encoding is done, but more work is being done to add for preprocessing. See the docs for more info.
Currently, only target encoding is done, but more work is being done to add for preprocessing. See the docs for more info.