-
Notifications
You must be signed in to change notification settings - Fork 9
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
Gini for continuous responses #19
Comments
Sometimes you get that error when you have NAs in you actual vector. Is that the case here? |
I will check, thanks for the attention. The message is misleading, however...
2017-04-10 17:04 GMT+02:00, Tyler Hunt <notifications@github.com>:
… Sometimes you get that error when you have NAs in you actual vector. Is
that the case here?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#19 (comment)
|
Agreed. I will fix it |
I have used again the package and I confirm that the issue is present even if no missing value is available. See the attached file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to use the Gini function with a non negative score but I receive the following Error:
out<-with(db4scoring, ModelMetrics::gini(actual=numero, predicted = numeroPred))
Error in binaryChecks(actual, "auc") :
auc only works for binary outcomes at this time
The text was updated successfully, but these errors were encountered: