Skip to content

Commit

Permalink
Fix special char issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aldro61 authored May 26, 2022
1 parent 978b075 commit 1fc9640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kover/learning/learners/scm.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def __str__(self):
class SetCoveringMachine(BaseSetCoveringMachine):
"""
The Set Covering Machine (SCM).
Marchand, M., & Taylor, J. S. (2003). The set covering machine. Journal of Machine Learning Research, 3, 723746.
Marchand, M., & Taylor, J. S. (2003). The set covering machine. Journal of Machine Learning Research, 3, 723-746.
Parameters:
-----------
model_type: pyscm.model.conjunction or pyscm.model.disjunction, default=pyscm.model.conjunction
Expand Down

0 comments on commit 1fc9640

Please sign in to comment.