I am trying to regression an output variable which has a set maximum value (say 100). But when I try to predict it (using both linear and non-linear regression), the predicted values are sometimes greater than 100.
Is there a way to constraint that my predictions are less than or equal to 100 (other than the simple idea of converting the predicted values greater than 100 to 100?).