Skip to content

Commit 14e5bf2

Browse files
author
sborms
committed
add comma
1 parent c0fdab0 commit 14e5bf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cobra/model_building/forward_selection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def _forward_selection(self,
186186
forced_predictors: list = []) -> list:
187187
"""Perform the forward feature selection algorithm to compute a list
188188
of models (with increasing performance). The length of the list,
189-
i.e. the number of models is bounded by the max_predictors class
189+
i.e. the number of models, is bounded by the max_predictors class
190190
attribute.
191191
192192
Parameters

0 commit comments

Comments
 (0)