Jan-28-2020, 07:47 PM
Yes, but a bit more manual than usual.
For your test set, loop through using your prediction function to get a predicted value, compare to the real value, and if off by more than 20% then note that row in your dataframe
For your test set, loop through using your prediction function to get a predicted value, compare to the real value, and if off by more than 20% then note that row in your dataframe