Skip to content

Commit 88d1346

Browse files
authored
Don't release Classify
This doesn't make us look good and I don't want to support it.
1 parent 55d9080 commit 88d1346

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/columns/classify.ts

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ function getClassifier(id: string): Classifier {
2121
export default glide
2222
.columnNamed("Classify Text")
2323
.withCategory("Machine Learning")
24-
.withReleased("direct")
2524
.withDescription(`Categorize text based on examples.`)
2625
.withAuthor("ttezel", "https://github.com/ttezel/bayes")
2726
.withAbout(

0 commit comments

Comments
 (0)