Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Point Analysis #23931
Change Point Analysis #23931
Changes from 60 commits
6448677
b2239e7
8d1dd98
a231516
d947923
3fca01c
5b194ea
156af50
544b8fb
5f3a94c
fc1de36
f825e4e
c2cb8ae
13c24bb
bde9e14
7711303
fad21a2
26d72cc
bd39279
c4c4486
18861e5
3fd0899
0612c79
af22414
963827c
2600e24
1ae5949
0d7c72a
6d28eb5
00bfee0
929124b
a02f275
801d79f
af44c31
d167500
2f49383
ef015b8
d96460f
6db24e5
bdbf7a5
d66b15d
759d3c3
716a388
01c06e2
8842b25
abef62d
7104e61
fd57d19
e1b59c6
372ebc7
e8770cd
43185c9
1797cc1
d130f1f
433f5fe
7672b99
b0f7b9c
327ea01
6fdfab4
117f5fe
3a453cd
397e7c7
41a1a00
a0c3504
57a4ef0
fad6bbe
102d1b7
6b83629
4d7daf8
6a22e77
fed8018
748ebd5
c12b594
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think reasonable default values should obviate the need to configure some of the parameters.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I set the default values in the .py file. But if someone provides values in the config file for a particular test, then the default values will be overridden
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's mark which are optional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there an url that is not based on IP address?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, thanks. this would be better as a notebook in the repo, that people could refer to and update as necessary.