Hello,
By executing the neural net with cross validation and the linear regression with cross validation together in the same process I get the following “relative errors”:


By executing only the neural net with cross validation separately in a single process I get the following relative error:


Why do the relative errors change if I run learning models together or if I run them separately?