Last answered:

06 Apr 2020

Posted on:

05 Apr 2020

0

Further Prediction

Hello, I have created a regression algorithm and everything is okay. Right now I want to use it for prediction,but I am stuck in the following points:- How can I use my algorithm for further prediction other than train and test data? Should I scale the new inputs the same way the train_inputs were scaled before plugging them into [model.predict] function? And if so, what about the output? how can I scale it back [descale]  to get the real value? Are there any built in functions that can do the job for me? Thank you so much for your help. Stay safe. Kind Regards.  
1 answers ( 0 marked as helpful)
Instructor
Posted on:

06 Apr 2020

0
Hi Hady, Thanks for reaching out! Since your questions are usually related to Neural Network, I'd like to ask what model have you used? Did you use a linear regression or a neural network for this? Best,
Iliya

Submit an answer