We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a5526 commit fbc00dbCopy full SHA for fbc00db
src/Microsoft.ML.PipelineInference/PipelinePattern.cs
@@ -273,7 +273,7 @@ public PipelineResultRow ToResultRow()
273
{
274
var graphDef = ToEntryPointGraph();
275
276
- return new PipelineResultRow($"{{'Nodes' : [{graphDef.Graph.ToJsonString()}]}}",
+ return new PipelineResultRow($"{{\"Nodes\" : [{graphDef.Graph.ToJsonString()}]}}",
277
PerformanceSummary?.MetricValue ?? -1d, UniqueId.ToString("N"),
278
PerformanceSummary?.TrainingMetricValue ?? -1d,
279
graphDef.GetSubgraphFirstNodeDataVarName(_env),
0 commit comments