We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d9080 commit 88d1346Copy full SHA for 88d1346
src/columns/classify.ts
@@ -21,7 +21,6 @@ function getClassifier(id: string): Classifier {
21
export default glide
22
.columnNamed("Classify Text")
23
.withCategory("Machine Learning")
24
- .withReleased("direct")
25
.withDescription(`Categorize text based on examples.`)
26
.withAuthor("ttezel", "https://github.com/ttezel/bayes")
27
.withAbout(
0 commit comments