You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't make a PR because in my little patch I just assumed I was performing classification with 2 categories (it's what I always do) and didn't check if this was really the case.
Would this be useful in general? If so, I can add the checks to run this only when it makes sense and submit it.
The text was updated successfully, but these errors were encountered:
I'm not sure how useful it is to have these reported by the utility (i mostly export the predictions and do my validation elsewhere using roc auc) but they could certainly be in the code somewhere for others to use if needed. Thoughts?
I made a small patch on my own fork to report a little bit more data with
-test
whengrowforest
is finishing. It looks like this:I didn't make a PR because in my little patch I just assumed I was performing classification with 2 categories (it's what I always do) and didn't check if this was really the case.
Would this be useful in general? If so, I can add the checks to run this only when it makes sense and submit it.
The text was updated successfully, but these errors were encountered: