vote up 4 vote down star

Hi

I'm due to take up a project which is into data mining. Before I jump in I wanted to probe around for different data mining tools (preferably open source) which allows web based reporting. In my scenario the all the data would be provided to me, so I'm not supposed to crawl for it.

In n nutshell, am looking for a tool which does - Data Analysis, Web based Reporting, provides some kind of a dashboard and mining features.

I have worked on the Microsoft Analysis Services and BOXI and off late I have been looking at Pentaho, which seems to be a good option.

Please share your experiences on any such tool which you know of.

cheers

flag

One more point - I would like a tool which can interface well with either .NET code or even Python. – Andriyev May 7 at 17:17

5 Answers

vote up 0 vote down check

I am a python-er myself and I have to say:

Yes! All of that can be done in Python.

I last played around with Beautiful Soup[0]. It's a really simple to use module that lets you grab/mine data from html and xml (excellent for 'screen scraping').

If you dont know python, .... well It's really easy to learn.

[0]http://www.crummy.com/software/BeautifulSoup/

link|flag
Data mining is all about discovering "hidden" knowledge in data, it has nothing to do (at least directly) with screen scrapping, but thanks for pointing me at Beautiful Soup, I'll play around with it. =) – eyze May 8 at 2:08
vote up 3 vote down

I believe WEKA is the best open source DM software out there.

Check it: http://www.cs.waikato.ac.nz/ml/weka/

link|flag
vote up 1 vote down

Weka is great, but you might want to try the Orange Data Mining toolkit instead.

http://www.ailab.si/orange/

link|flag
vote up 1 vote down

R has a lot of excellent packages related to data mining. In particular, look at:

It also ties into Weka (see the RWeka package). And it can be integrated with either .Net (through COM) or Python (through RPy or RPy2).

I would agree regarding Pentaho for a reporting platform, although it's a very large project depending upon what you're using it for.

link|flag
vote up 0 vote down

Pentaho is a very professional solution. Definitely a very good choice.

link|flag

Your Answer

Get an OpenID
or

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