Currently, I am working on a regression problem for a production environment where a single output has to be predicted. The data is huge but the problem is that there are almost no useful feature that the model can "learn" to predict the output. My company wants me to build me a model irrespective of the fact, but the accuracy of the prediction is worst which was "expected".
With this limited data as input, I want like to know if there is a way or particular DL / ML architecture which are much suited for a problem like this where the input data to the model have less correlation to the output? What other step can I do from a point of feature generation etc.?