Skip to content

Commit

Permalink
leave_pbar description
Browse files Browse the repository at this point in the history
  • Loading branch information
sergioburdisso committed Nov 11, 2019
1 parent 4a7fa0a commit 2938aa2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyss3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1562,8 +1562,8 @@ def fit(self, x_train, y_train, n_grams=1, prep=True, leave_pbar=True):
:type n_grams: int
:param prep: enables input preprocessing (default: True)
:type prep: bool
:param leave_pbar: controls whether to leave the progress bar after
finishing or remove it.
:param leave_pbar: controls whether to leave the progress bar or
remove it after finishing.
:type leave_pbar: bool
"""
cats = sorted(list(set(y_train)))
Expand Down Expand Up @@ -1633,8 +1633,8 @@ def predict(
:type labels: bool
:param prep: enables input preprocessing (default: True)
:type prep: bool
:param leave_pbar: controls whether to leave the progress bar after
finishing or remove it.
:param leave_pbar: controls whether to leave the progress bar or
remove it after finishing.
:type leave_pbar: bool
:returns: if ``labels`` is True, the list of category names,
otherwise, the list of category indexes.
Expand Down

0 comments on commit 2938aa2

Please sign in to comment.