Can you please specify the code from [59]? It is not working for me. You say "data for x and data for y". Do you mean normal, test or train data?
@machinelearningmastery Жыл бұрын
ln[59] is for getting Total Absolute Error and a function. For any X, Y data that you pass it, it will calculate Total Absolute Error. When I said any X,Y, I mean - both for training X,training Y ; and also TestX, TestY. I have used it in ln [60]. Please go through ln [60] and that should clarify the usage of Total Absolute Error.
@pzeid48 Жыл бұрын
@@machinelearningmastery Yes, thank you for the answer. I came to understand it shortly after posing the question.