ndarray-glm
ndarray-glm copied to clipboard
Data standardization could be internalized
The standardize
utility function should probably be moved internally for at least two reasons.
- interface uniformity
- the ability to persist the transformation to be used downstream in
Fit::predict()
on external/test/validation data