tabensemb.data.dataprocessor.StandardScaler =========================================== .. currentmodule:: tabensemb.data.dataprocessor .. autoclass:: StandardScaler :show-inheritance: .. rubric:: Methods .. automethod:: __init__ .. autosummary:: ~StandardScaler._fit_transform ~StandardScaler._transform .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: :toctree: StandardScaler._check_arg StandardScaler._cls_required_kwargs StandardScaler._defaults StandardScaler._fit_transform StandardScaler._record_features StandardScaler._required_kwargs StandardScaler._restore_features StandardScaler._transform StandardScaler.fit_transform StandardScaler.transform StandardScaler.var_slip