Let's say I am making an AI that predicts how many police cars are needed for an emergency situation, using multiple regression. When using linear regression, it overestimates half of the time and underestimates for the other half. But I can't underestimate, but it is somewhat ok if it overestimates. Which method should I use to prevent that?
I'm using Python BTW.
