Hello experts. I need some assistance in finalising the tool to carry out my research. My research area is in data science where I have planned to use machine learning for data classification and visualisation. I have a concern like whether I should go with WEKA or R for the realisation of my research. I have little knowledge on WEKA and have initially started with that. But when it comes to data visualisation, WEKA hangs and crashes a lot. This issue may be due to a large size of data.
Please advise me on the same and suggest the relevant software
Weka has mentioned the issue since it needs to import the entire data for processing. Generally, for data science, the focus will be more on R since it is simple and faster to handle as compared to WEKA. Also, R has numerous collection of data mining and relevant algorithms that can be easily called for processing.