Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
It's quite easy to detect anomalies in time series with this package (only one line of code):
res = AnomalyDetectionTs(raw_data, max_anoms=0.02, direction='both', plot=TRUE)
I was wondering whether there's something similar for Python or not. I couldn't find anything reasonably simple in statsmodel: http://statsmodels.sourceforge.net/devel/tsa.html
Thanks for your interest, we don't currently have a python version of our AnomalyDetection package, though you'd probably be able to get it going using Rpy2: http://rpy.sourceforge.net/
Best,
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I have a question while studying Python.
I want to check the algorithm of the random module, is there a way to check the code directly?
you can use python to get the source code without going to the internet:
import inspect
import random
inspect.getsource(random)
Yes, you can consult the source code here: https://github.com/python/cpython/blob/main/Lib/random.py
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
If python can visualizate data matrixs like this? I search for it, but just find in R. I want to know whether python can do this. And which package or function should be used?
Have a look at matplotlib's gallery:
http://matplotlib.org/gallery.html
Especially:
http://matplotlib.org/examples/pie_and_polar_charts/pie_demo_features.html
http://matplotlib.org/examples/pylab_examples/pie_demo2.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
In this official treebook tutorial they use the images module. I can't find it. Can someone give me a link or example how how to actually add things to the listbook? I want to eventually display the filesystem folders there.
I can't find any information or examples, so a small one would help a lot.
Thanks
I'm assuming you're talking about the Treebook example found here: http://wiki.wxpython.org/Treebook
The zip for the entire source of those examples (including images.py) is on the author's blog: http://www.blog.pythonlibrary.org/2009/12/03/the-book-controls-of-wxpython-part-1-of-2/3/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm looking to obtain the code for PhotoHunt python (and eventually js and android), however the page on GitHub is no longer found https://github.com/googleplus/gplus-photohunt-server-python Is there a way I can still retrieve this?
The tutorial is given here https://developers.google.com/+/photohunt/python.
Using the search option, I found one fork: https://github.com/nixtish/gplus-photohunt-server-python
You'll need to check whether its history is sane, of course.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I would like some help finding a python module that can identify a barcode within a scanned document. If anyone can help me at least come closer to finding an example of this I would be greatly appreciative.
http://pypi.python.org/pypi/zbar