What are the best ways to conduct financial data mining in MySQL? From
browsing the World Wide Web, it looks like using R to access MySQL and
using some pre-built R financial data analysis packages is the way to go.
Is there anything built-in to MySQL 5.2 Workbench, or, any other
possibilities
Hello,
Does anybody use MySQL for dataminig such as clustering or decision
trees? Is there anything that can be integrated with the database or do
you use some other software?
Thank you
With regards,
Pavel Kusch
-
Before posti
Hello,
Please do you know about any good solution for data mininig (clustering,
decision trees ..) that works fine with MySQL.
Thank you
With regards,
Pavel Kusch
-
Before posting, please check:
http://www.mysql.com/m
oup at
Census that has also worked on it, we've invested maybe 3 man years
trying to figure out ways to optimize indexes, the select,
disk layout, etc. One of the Census folks used to be an IBM
DB/2 consultant. WHICH ISN'T TO SAY THAT WE KNOW EVERYTHING.
We are wonderfully capabl
First of all, I'd try optimizing your app before writing a whole new
back-end. As such, I'd keep to the normal mysql list.
For example, even if the indexes are big, try to index all the columns that
might be searched. Heck, start by indexing all of them. If the data is
read-only, try myisampack.
bump up to
30 seconds and we hit a 9G table limit. But our detailed natality
table is 14G.
Some design options:
- do the typical data mining thing and preaggregate or subset
the main table into a thousand or more subtables and write an
intelligent filter that sits in front of these tables to
Hello!
I am looking for a free-ware data-mining package, preferably one that
would be somehow geared-up for use with MySQL.
I must say, I am more interested in scientific data-mining rather than
business applications, so perhaps something too focused on sales
etc. won't do.
If there