This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author della
Recipients della, rhettinger, tim.peters, veky
Date 2019-10-01.09:22:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569921750.08.0.872872683154.issue38200@roundup.psfhosted.org>
In-reply-to
Content
Sorry for taking so long to answer, I didn't see notifications somehow.

Raymond, my use case is in general something that happens when I'm doing analytics on sequences of events (e.g., URLs visited by a browser) or paths in a graph. I look at pairs and do something based on the pair of events (e.g., did the user likely clicked an advertising link? did they go to a potentially risky webpage, possibly by clicking a link?)

I see the argument for generalizing to a sliding window, although that may lead people to choosing inefficient algorithms for sliding average or median.
History
Date User Action Args
2019-10-01 09:22:30dellasetrecipients: + della, tim.peters, rhettinger, veky
2019-10-01 09:22:30dellasetmessageid: <1569921750.08.0.872872683154.issue38200@roundup.psfhosted.org>
2019-10-01 09:22:30dellalinkissue38200 messages
2019-10-01 09:22:29dellacreate