Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking for project ideas in the field of data mining. I expect to complete it in a quarter and intend to use C++, Linux as the environment.

The course I'm taking aims to build the basics of data mining and covers topics like Classification, Regression-Modeling, Clustering and Association learning.

Please point me to some good ideas which I can chew on.

cheers

share|improve this question

closed as not constructive by Flexo, Jeff Mercado, JoseK, McDowell, Graviton Oct 3 '11 at 8:30

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

5 Answers

How about using the SO data dump as a data source and deriving relationships based on tags, age, location, etc.

share|improve this answer

idea: mine US census data for correlations between race and the amount of money made by persons. or, mine for relationships you didnt think about.

share|improve this answer

Competitions are always a good start and strong motivation and inspiration for data mining. KDnuggets has a list of current competitions, also recent if you're just interested in the tasks/data sets.

share|improve this answer

Here is a data mining competition that is currently open and might interest you. http://www.informsdmcontest2009.org/ . The dataset has data of every visit of a patient to a hospital. The goal is to determine the outcome of a patient's current visit, given data about all their previous visits.

share|improve this answer

Test whether Market Basket Analysis techniques applied to sorting and ordering of the items from a store leads to increased sells.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.