Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22086
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news1.tnib.de!feed.news.tnib.de!news.tnib.de!news.belwue.de!news.uni-stuttgart.de!news.nask.pl!news.nask.org.pl!news.internetia.pl!not-for-mail |
|---|---|
| From | Grzegorz Staniak <gstaniak@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Data mining/pattern recogniton software in Python? |
| Date | Fri, 23 Mar 2012 16:43:40 +0000 (UTC) |
| Organization | Netia S.A. |
| Lines | 23 |
| Message-ID | <jki97s$66e$1@mx1.internetia.pl> (permalink) |
| NNTP-Posting-Host | 62.244.149.216 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Trace | mx1.internetia.pl 1332521020 6350 62.244.149.216 (23 Mar 2012 16:43:40 GMT) |
| X-Complaints-To | abuse@inetia.pl |
| NNTP-Posting-Date | Fri, 23 Mar 2012 16:43:40 +0000 (UTC) |
| X-Tech-Contact | usenet@internetia.pl |
| User-Agent | slrn/0.9.9p1 (Linux) |
| X-Server-Info | http://www.internetia.pl/ |
| Xref | csiph.com comp.lang.python:22086 |
Show key headers only | View raw
Hello, I've been asked by a colleague for help in a small educational project, which would involve the recognition of patterns in a live feed of data points (readings from a measuring appliance), and then a more general search for patterns on archival data. The language of preference is Python, since the lab uses software written in Python already. I can see there are packages like Open CV, scikit-learn, Orange that could perhaps be of use for the mining phase -- and even if they are slanted towards image pattern recognition, I think I'd be able to find an appropriate package for the timeseries analyses. But I'm wondering about the "live" phase -- what approach would you suggest? I wouldn't want to force an open door, perhaps there are already packages/modules that could be used to read data in a loop i.e. every 10 seconds, maintain a a buffer of 15 readings and ring a bell when the data in buffer form a specific pattern (a spike, a trough, whatever)? I'll be grateful for a push in the right direction. Thanks, GS -- Grzegorz Staniak <gstaniak _at_ gmail [dot] com>
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Data mining/pattern recogniton software in Python? Grzegorz Staniak <gstaniak@gmail.com> - 2012-03-23 16:43 +0000
Re: Data mining/pattern recogniton software in Python? Jon Clements <joncle@googlemail.com> - 2012-03-23 20:10 -0700
Re: Data mining/pattern recogniton software in Python? Grzegorz Staniak <gstaniak@gmail.com> - 2012-03-24 05:21 +0000
csiph-web