模式识别

发布于 2024-10-05 22:25:42 字数 278 浏览 3 评论 0原文

我的智商只有 70,但我根本不知道该怎么做。 但!我想要的是......让Python例如从MySQL读取表并找到列的模式! 例如,当 Y 列约为“1.56”且 Z 列约为“756”时,X 列通常值为“foo”,例如 它找到了所有这些“明显”数据...... 你们中的一些人对我如何做到这一点有一个简单的计划吗?或者给我参考一些信息、书籍等?不是天才的书!

Python 适合做这个吗?它将包含大约 600 000 行、大约 20 列......并且它位于当今标准的游戏计算机上......

With an IQ of 70, I'm simply not smart enough to find out how I should do this.
But! What I want is... to let Python e.g. read a table from MySQL and find a pattern for columns!
Like, column X usually is value 'foo' when column Y is around '1.56' AND colum Z is around '756' e.g.
That it finds all this 'OBVIOUS' data...
Do some of you have a simple plan for how I can do this? Or reference me to some information, book etc.? Not a book for a genius!

And, is Python suitable for this? It will contains around 600 000 rows, around 20 columns... and it's on a up today standard gaming computer.....

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

是伱的 2024-10-12 22:25:42

这是一个复杂的话题。如果您想开始,请尝试使用 scipy 聚类库

This is a complex topic. If you want to get started, try clustering your data using the scipy clustering libraries.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文