Skip to content

Commit 5a3115e

Browse files
Update readme and print cluster examples using trainset
1 parent 68cc3c6 commit 5a3115e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

ConsoleApp2/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static async Task Main(string[] args)
4141
var model = Analyser.TrainKMeansClusterer(mlContext, split.TrainSet, featurizer, bestK);
4242

4343
// 6. Print 2 examples from each cluster
44-
Analyser.PrintClusterExamples(mlContext, dataView, model);
44+
Analyser.PrintClusterExamples(mlContext, split.TrainSet, model);
4545
}
4646
}
4747
}

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# ConsoleApp2
1+
# Git Commit Analyser
2+
3+
A way to predict commit category using custom organisation data. Instead of thinking whether to type feat: spam or fix: spam, let AI/ML predict it for you!

0 commit comments

Comments
 (0)