I am evaluating datamining packages.
I have find these two so far:
Thanks
I am evaluating datamining packages.
I have find these two so far:
I have used Weka in a high school course, and it had a nice SVM implementation. This was 4 or 5 years ago.
Pentaho is a nice suit for Business Intelligence. So maybe you would like to take a look at it. I have some experience in it, mainly for data warehousing and was quite happy.
Another alternative would be Orange. It includes various algorithms and data mining techniques that you can access either directly through Python scripts or through GUI.
According to the yearly KDnuggets Polls 2007, 2008, and 2009, RapidMiner is the most widely used Open Source Data Mining Solution among data mining experts world-wide: KDnuggets Data Mining Tool Poll 2009
RapidMiner is open source and 100% Java, RapidMiner is much more flexible and offers significantly more functionality than Weka and KNIME.
Regarding SVM implementations: Weka comes with one such implementation (LibSVM), while RapidMiner provides four SVM implementations (LibSVM, MySVM, EvoSVM, SMO-SVM), some of them with more advanced features.
As said before, Pentaho is a powerful Business Intelligence suite which WEKA belong to.
So I'd also recommand Weka, just for the sake that you have a great solution to extend your application and a great community also.