-
Notifications
You must be signed in to change notification settings - Fork 74
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
Potentially wrong plot and/or knee identification #160
Comments
Thanks for reporting this. It looks like making the changes discussed here addresses this issue. |
Thank you for the prompt response. Is there any way I could help? I am using kneed for my research project and would love to get this issue fixed "soonish" as my data has such unevenly spaced points. |
Thanks for offering to help. Unfortunately, I won't be able to release a new version soon. I need to make sure any breaking changes are identified and handled, and that it's "correct." My recommendation for your research project is to clone the repo (or just copy |
Noted. I'll do as you have suggested. Have a pleasant week. |
Hi @arvkevi,
Thank you for this cool library! 💯
I am experimenting with the following code:
Output:
knee points: (0.99999, 5e-05)
I am not sure why the normalized knee plot is identifying the knee/elbow at 0 and I'm wondering why the knee point identified is at
0.99999
? Shouldn't it be at0.99
?Looking forward to your kind reply.
The text was updated successfully, but these errors were encountered: