-
Notifications
You must be signed in to change notification settings - Fork 163
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
AttributeError: module 'ruptures' has no attribute 'KernelCPD' #233
Comments
Hello, Which version of ruptures are you using? import ruptures as rpt
print(rpt.__version__) Thanks |
Hi, I am using 1.1.6. Thanks! |
I cannot replicate this behaviour on my computer or on the online version of the notebook (see here, click on the Binder link at the top). Can you try removing/reinstalling the library? |
Did it work? Feel free to reopen this issue. |
Yes, it worked. Thanks!
…On Thu, Jan 27, 2022 at 11:37 AM Charles T. ***@***.***> wrote:
Did it work? Feel free to reopen this issue.
—
Reply to this email directly, view it on GitHub
<#233 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFP2LOJOHVGOU2JVHGJ2NOLUYGNGBANCNFSM5MWUIQGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I was going through the notebooks in examples.
For the performance comparison one, I got
AttributeError: module 'ruptures' has no attribute 'KernelCPD'
https://github.com/deepcharles/ruptures/blob/master/docs/examples/kernel-cpd-performance-comparison.ipynb
Do you have any insights as to what could go wrong?
Thanks!
The text was updated successfully, but these errors were encountered: