Hello everyone, I'm new using WEKA. I have some meteorological data in a .arff file, they are variables such as maximum temperature, minimum temperature, wind speed, relative humidity, solar radiation (Insolation Incident On A Horizontal Surface), among others. Also add the month and day to which these data correspond. I am going to make the prediction of Insolation Incident On A Horizontal Surface, for this I need to find the correlation of the other meteorological variables with respect to the Insolation Incident On A Horizontal Surface. How can I find the correlation of the data in WEKA? and thus be able to find the most relevant varibles to make the prediction. Attachment .arff file.
Thanks for your help.