danfojs
danfojs copied to clipboard
set_params and get_params for the StandardScaler
Is your feature request related to a problem? Please describe. Sklearn provides support for getting the parameters and setting the parameters. This is necessary for situations where the prediction method is independent and in different context from the training phase which is mostly the case during deployment. Can we have a feature for extracting the parameters in training phase and setting the params in predict phase manually like it is available in sklearn?
Describe the solution you'd like add support for StandardScaler.getParams and StandardScaler.setParams.