-
-
Notifications
You must be signed in to change notification settings - Fork 59
Tweaks to predict
method of ModelBuilder
#88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
CC @shashank |
Maybe even an additional |
@drbenvincent yeah, I think that's a good idea. |
Sorry for late response, I can probably remove the point estimate from the ModelBuilder and raise a PR of the same today itself. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove
point_estimate
kwarg of theModelBuilder.predict
method. Instead have two distinct methods...predict
(which returns the full idata) andpredict_point
which returns the point estimate.Tagging @michaelosthege, @twiecki.
The text was updated successfully, but these errors were encountered: