Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

doc, Window-based change point detection #60

Merged
merged 1 commit into from
Aug 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ruptures/detection/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ def predict(self, n_bkps=None, pen=None, epsilon=None):

Args:
n_bkps (int): number of breakpoints to find before stopping.
penalty (float): penalty value (>0)
penalty (float): penalty value
pen (float): penalty value (>0)
epsilon (float): reconstruction budget (>0)

Returns:
list: sorted list of breakpoints
Expand Down