StandardScaling with separate constructor and fit methods to replace MeanStdScaling#107
StandardScaling with separate constructor and fit methods to replace MeanStdScaling#107
StandardScaling with separate constructor and fit methods to replace MeanStdScaling#107Conversation
4dd5a9a to
b939659
Compare
Codecov Report
@@ Coverage Diff @@
## main #107 +/- ##
==========================================
+ Coverage 98.74% 98.88% +0.14%
==========================================
Files 13 15 +2
Lines 159 179 +20
==========================================
+ Hits 157 177 +20
Misses 2 2
Continue to review full report at Codecov.
|
|
In general I'm in favour of these changes - I just don't think we should extend Oh and we should also document |
Co-authored-by: Glenn Moynihan <glenn.moynihan@invenialabs.co.uk>
StandardScaling with separate constructor and fit methods to replace MeanStdScalingStandardScaling with separate constructor and fit methods to replace MeanStdScaling
|
Thank you both for reviewing, I think it's ready to go now. We went with the mutable approach so as not to inflate the API with an extra |
Closes #106, closes #59, closes #87
This is made non-breaking by deprecating the
MeanStdScaling.To do:
fit!in the docs