The documentation in standardize section https://docs.h2o.ai/h2o/latest-stable/h2o-docs/data-science/algo-params/standardize.html only includes these algorithms: Deep Learning, GLM, GAM, K-Means.
I have two questions:
Does it mean that other algorithms such as Random Forest, Gradient Boosting, etc, are not standardizing (at least automatically in AutoML)?
Does
standardize = TRUE
in Deep Learning, GLM, ..., standardize the target variable altogether, or only features?
A related question is Feature Standardize in AutoML H2O.