Skip to content

Commit 1fc9640

Browse files
authored
Fix special char issue
1 parent 978b075 commit 1fc9640

File tree

1 file changed

+1
-1
lines changed
  • core/kover/learning/learners

1 file changed

+1
-1
lines changed

core/kover/learning/learners/scm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def __str__(self):
210210
class SetCoveringMachine(BaseSetCoveringMachine):
211211
"""
212212
The Set Covering Machine (SCM).
213-
Marchand, M., & Taylor, J. S. (2003). The set covering machine. Journal of Machine Learning Research, 3, 723746.
213+
Marchand, M., & Taylor, J. S. (2003). The set covering machine. Journal of Machine Learning Research, 3, 723-746.
214214
Parameters:
215215
-----------
216216
model_type: pyscm.model.conjunction or pyscm.model.disjunction, default=pyscm.model.conjunction

0 commit comments

Comments
 (0)