-
Notifications
You must be signed in to change notification settings - Fork 101
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
suppress warning messages when using featurize_single_ts function #271
Comments
Yes, you can use the language warning filter to switch those off. But,
can you show us some of these messages, and do you think they should be
suppressed on our end?
|
Hi, the following are the warning messages. and I think, there should be the way to suppress these warnings in the library. /usr/lib/python3/dist-packages/numpy/core/_methods.py:101: RuntimeWarning: invalid value encountered in subtract |
@acrellin We should probably not be seeing divide by zero errors. Can you reproduce these? |
@stefanv i am facing the same issue, though i am running the example (http://cesium-ml.org/docs/auto_examples/plot_EEG_Example.html) ,you can simply reproduce it, while running feature section |
i am having troubles with the sample dataset of Andrzejak et al. as well. is there a way around it? |
I cannot reproduce with the current version; can you verify that it is still present? |
Hi,
is it possible to suppress the warning messages which are generated by the featurize_single_ts function during getting the features?
Thanks
shuja
The text was updated successfully, but these errors were encountered: