Skip to content

Commit f6cc8fe

Browse files
OkonSamuelablaom
andauthored
Update src/models/discriminant_analysis.jl
Co-authored-by: Anthony Blaom, PhD <[email protected]>
1 parent 4c081f7 commit f6cc8fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/models/discriminant_analysis.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
end
1313

1414
const ERR_LONE_TARGET_CLASS = ArgumentError(
15-
"The number of unique classes in "*
16-
"the training target has to be greater than one, even if "*
17-
"the complete pool contains more than one class. If "*
18-
"`cov_b=CovarianceEstimation.SimpleCovariance()` this "*
19-
"restriction on classes does not apply. "
15+
"The number of unique classes in "*
16+
"the training target has to be greater than one, even if "*
17+
"the complete pool contains more than one class. If "*
18+
"`cov_b=CovarianceEstimation.SimpleCovariance()` this "*
19+
"restriction on classes does not apply. "
2020
)
2121

2222
function _check_lda_data(model, X, y)

0 commit comments

Comments
 (0)