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 7e5f651 commit aed8ef0Copy full SHA for aed8ef0
src/learners/classification.jl
@@ -9,7 +9,8 @@ import CategoricalDistributions.OrderedCollections.OrderedDict
9
import CategoricalDistributions.Distributions.StatsBase.proportionmap
10
11
# The implementation of a constant classifier below is not the simplest, but it
12
-# demonstrates some patterns that apply more generally in classification.
+# demonstrates some patterns that apply more generally in classification, including
13
+# inclusion of the canned data front end, `Sage`.
14
15
"""
16
ConstantClassifier()
0 commit comments