Financial Data Mining in MySQL

2012-08-04 Thread Fred G
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

Data mining

2003-03-03 Thread pavel
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

MySQL and data mining

2003-03-01 Thread pavel
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

Re: proposal: new back end tailored to data mining very largetables

2003-02-06 Thread Heitzso
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

Re: proposal: new back end tailored to data mining very large tables

2003-02-03 Thread Steven Roussey
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.

proposal: new back end tailored to data mining very large tables

2003-02-02 Thread Heitzso
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

data-mining packages for MySQL, or other freeware?

2001-10-01 Thread Lukasz Huminiecki
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