Skip to content

Commit aed8ef0

Browse files
committed
add code comment
1 parent 7e5f651 commit aed8ef0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/learners/classification.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import CategoricalDistributions.OrderedCollections.OrderedDict
99
import CategoricalDistributions.Distributions.StatsBase.proportionmap
1010

1111
# The implementation of a constant classifier below is not the simplest, but it
12-
# demonstrates some patterns that apply more generally in classification.
12+
# demonstrates some patterns that apply more generally in classification, including
13+
# inclusion of the canned data front end, `Sage`.
1314

1415
"""
1516
ConstantClassifier()

0 commit comments

Comments
 (0)