I am new to applying the machine learning models. I have to find a correlation between 1 continuous dependent variable and 27 continuous independent variables.
In the beginning, I was confused about applying linear or non-linear regression models. To understand the normality of the data, first I visualized the relation between them using a scatter plot. Second, I applied a linear regression and used the QQ plot of the residuals to find out the distribution of the error.
I found that most of the variables produce the following plots. Could you help me to understand if my data is linear or not? because I tried to understand the QQ plot and found out about something called heavy tail and light tails, but I couldn't understand what this meant.
If it is non-linear, is it okay to apply linear regression models to it after transforming it by exponential or should I apply non-linear models?

