Skip to content

Commit 11c3f6d

Browse files
authored
Fix code snippet tag (#932)
1 parent a30abab commit 11c3f6d

File tree

1 file changed

+1
-1
lines changed
  • machine-learning/tutorials/ProductSalesAnomalyDetection

1 file changed

+1
-1
lines changed

machine-learning/tutorials/ProductSalesAnomalyDetection/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ static void DetectChangepoint(MLContext mlContext, int docSize, IDataView produc
9292

9393
//STEP 3:Train the model by fitting the dataview
9494
Console.WriteLine("=============== Training the model Using Change Point Detection Algorithm===============");
95-
// </SnippetTrainModel2>
95+
// <SnippetTrainModel2>
9696
var trainedModel = iidChangePointEstimator.Fit(productSales);
9797
// </SnippetTrainModel2>
9898
Console.WriteLine("=============== End of training process ===============");

0 commit comments

Comments
 (0)