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