Skip to content

Commit 9276860

Browse files
author
Christian Jorgensen
committed
Fix typo
1 parent 9957180 commit 9276860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pcovc/PCovC_multioutput.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
# %%
101101
# Now, we have a two-label classification
102102
# problem, with one binary label and one label with three
103-
# possible classes
103+
# possible classes.
104104
clf = MultiOutputClassifier(estimator=LogisticRegressionCV())
105105
pcovc = PCovC(n_components=2, mixing=0.5, classifier=clf)
106106

0 commit comments

Comments
 (0)