What feature scaling methods are available through the 'featureScalingMethod' parameter?
3 vues
Réponse
The 'featureScalingMethod' parameter can be set to 'NONE' (no scaling, the default) or 'STANDARDIZATION', which scales the coefficients across all frames to have a mean of zero and unit variance.