Hi everyone,
I have a dataset. I want to predict a value (a regression problem)
As clear from the correlation matrix, the target (the variable I want to predict) has a strong relationship with independent variables (features). Thus, I think an easy model can predict the correct value.
But I tried a lot of regression models but it fails always.
The problem is: I want to predict a value, but the MSE, MAE, or RMSE are huge some times in thousands or millions.
Can anyone recommend me a model to run or discover the problem?
I can share the models for help.
Thanks for your time.