You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have a scale features method, which performs normalization. I would like to propose we add the option to scale our data to normal (standardization), and then have wrapper functions that line up with the common language.
Scale/unscale would work the same as they do now with the default syntax.
But we’d also have a _normalize and _standardize function, akin to scikit learn.
The text was updated successfully, but these errors were encountered:
We currently have a scale features method, which performs normalization. I would like to propose we add the option to scale our data to normal (standardization), and then have wrapper functions that line up with the common language.
Scale/unscale would work the same as they do now with the default syntax.
But we’d also have a _normalize and _standardize function, akin to scikit learn.
The text was updated successfully, but these errors were encountered: