Getting residuals #193
Closed
spsanderson
started this conversation in
Ideas
Replies: 2 comments
-
I added an extractor to get the regression residuals but need one for classification models. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In issue #198 I added the parameter |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think it would be great to have an extractor that would get the residuals of the model. So far I have an implementation of this for regression models which can be seen here:
#187
This only covers regression models and I think should be part of another function that will check for residuals based on the model being either regression or classification.
Beta Was this translation helpful? Give feedback.
All reactions