I am using auto_arima
method from pmdarima
package in python. But the model is producing negative forecasts. I know this can be corrected using lambda
and bais adjustment
parameter, but don't know how to pass these two parameters to auto_arima
method.
Can someone tell me how to enforce the auto_arima
method to generate only positive forecasts?