-
Notifications
You must be signed in to change notification settings - Fork 12
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
Tag/detect drift #303
Labels
Comments
jorasinghr
added a commit
that referenced
this issue
Jul 6, 2018
jorasinghr
added a commit
that referenced
this issue
Jul 6, 2018
Looking good! Some ideas for further work on this:
|
jorasinghr
added a commit
that referenced
this issue
Jul 10, 2018
jorasinghr
added a commit
that referenced
this issue
Jul 12, 2018
…ement. There's no plotting yet #303
jorasinghr
added a commit
that referenced
this issue
Jul 13, 2018
…e tested with data containing drift #303
jorasinghr
added a commit
that referenced
this issue
Jul 13, 2018
jorasinghr
added a commit
that referenced
this issue
Jul 26, 2018
…drift works but needs improvement #303
jorasinghr
added a commit
that referenced
this issue
Aug 27, 2018
…the functions. also made some minor changes #303
jorasinghr
added a commit
that referenced
this issue
Aug 27, 2018
jorasinghr
added a commit
that referenced
this issue
Aug 27, 2018
Thanks for your work on this @jorasinghr! I'll have a closer look as soon as I can, but I can already tell this has been a great help! |
cdemulde
pushed a commit
that referenced
this issue
Sep 3, 2018
cdemulde
pushed a commit
that referenced
this issue
Sep 3, 2018
Both tagging and removing function are good to go, only some additional testing still needs to be done:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Write a function detecting drift in the data. The idea would be that the user gives:
This function could calculate the slope of the data in a certain given period (by for example fitting a line through it) and compare it with the maximum expected slope. In first instance, it would be interesting for the user to know if drift is present, secondly it would be good to be able to correct for it.
Some additional sources of information/inspiration:
@jorasinghr could you have a look at this and let me know if things are unclear?
The text was updated successfully, but these errors were encountered: