-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add standard scaler transform (#204)
This PR adds a standard scaler transform to the augurs-forecaster transforms. It's similar to the existing `MinMaxScaler`, but instead scales the data such that it has a mean of 0 and a standard deviation of 1. This is similar to the `StandardScaler` in scikit-learn.
- Loading branch information
Showing
1 changed file
with
185 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters