AutoMLExperiment\ITrialResultManager.cs (6)
140new TextLoader.Column("id", DataKind.Int32, 0),
141new TextLoader.Column("loss", DataKind.Single, 1),
142new TextLoader.Column("durationInMilliseconds", DataKind.Single, 2),
143new TextLoader.Column("peakCpu", DataKind.Single, 3),
144new TextLoader.Column("peakMemoryInMegaByte", DataKind.Single, 4),
145new TextLoader.Column("parameter", DataKind.Double, 5, 5 + _searchSpace.FeatureSpaceDim - 1),