2 references to SaveModel
Microsoft.ML.Data (2)
Transforms\NormalizeColumnSng.cs (2)
1367
c => BinNormSerializationUtils.
SaveModel
(c, new[] { _binUpperBounds }, saveText: true));
1452
ctx.SaveSubModel("BinNormalizer", c => BinNormSerializationUtils.
SaveModel
(c, _binUpperBounds, saveText: true));