Skip to content

Commit

Permalink
Remove obsolete bracket from API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Jul 4, 2020
1 parent d00c836 commit 87ebfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sksurv/svm/survival_svm.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ class FastSurvivalSVM(BaseSurvivalSVM, SurvivalAnalysisMixin):
Tolerance for termination. For detailed control, use solver-specific
options.
optimizer : "avltree" | "direct-count" | "PRSVM" | "rbtree" | "simple", optional, default: avltree)
optimizer : "avltree" | "direct-count" | "PRSVM" | "rbtree" | "simple", optional, default: avltree
Which optimizer to use.
random_state : int or :class:`numpy.random.RandomState` instance, optional
Expand Down

0 comments on commit 87ebfd7

Please sign in to comment.