The Data Mining Forum                             open-source data mining software data mining conferences Data Science for Social and Behavioral Analytics DSSBA 2022 data science journal
IMPORTANT: This is the old Data Mining forum.
I keep it online so that you can read the old messages.

Please post your new messages in the new forum: https://forum2.philippe-fournier-viger.com/index.php
 
Better language for data mining?
Posted by: AKi
Date: January 23, 2014 03:50PM

Which is better language to learn data mining ?

1.Python or SQL



Edited 1 time(s). Last edit at 01/31/2014 03:13AM by webmasterphilfv.

Options: ReplyQuote
Re: Better language
Date: January 23, 2014 05:36PM

SQL is a query language. With SQL, you can make queries to a database to search for some information. However, SQL alone will not allow to perform data mining.

Data mining is about discovering some unknown and interesting complex patterns in the data such as trends, re-occuring patterns, clusters, etc. You cannot do that by just using SQL. You would need to use a programming language.

For choosing a programming language, I would say that any language can do data mining. For example, Python could be ok. It has nice capabilities for text processing. C++ is ok. Java is ok. C# is ok, etc. However, in data mining speed can be an issue and some languages are faster than others. Besides the typical programming languages, there is also some statistical oriented languages such as R that are popular for some data miners.

Lastly, another option is to use some already made data mining tools.



Edited 1 time(s). Last edit at 01/23/2014 05:37PM by webmasterphilfv.

Options: ReplyQuote


This forum is powered by Phorum and provided by P. Fournier-Viger (© 2012).
Terms of use.