load_scaler | R Documentation |
Loads the scaler object within the EFAfactors
package. This object is a list
containing a mean vector and
a standard deviation vector, which were computed from the 10,000,000 datasets data.datasets
used for training the Pre-Trained Deep Neural Network (DNN). It serves as a tool for normalizing features in
DNN_predictor.
load_scaler()
scaler objective.
DNN_predictor, normalizor, data.datasets, data.scaler
library(EFAfactors)
scaler <- load_scaler()
print(scaler)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.