Remove `point_estimate` kwarg of the `ModelBuilder.predict` method. Instead have two distinct methods... * `predict` (which returns the full idata) and * `predict_point` which returns the point estimate. Tagging @michaelosthege, @twiecki.