-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
corner case: resample printer output on train data when no train preds are there #1045
Comments
i also dont know whether i really like that long output. "aggr" and "mean" are usually redundant? |
I just looked over it. The only measure, where it is different is rmse, where we make a \sqrt after the mean, all other have test.mean which is just the mean.
For me, I would delete aggr (or just not print it, maybe somebody is using it in real application), the one who is interested can make his/her own measure. Moreover we want to print out messages, after each CV iteration, so there is already a guess, how good is the prediction (similar to xgboost). Maybe it would be also interesting to measure on all predicted observations and not only on the specific folds. (e.g. auc over all observations, and not only mean on the folds; I am not sure now, which is the more exact measure... (drawback would be no sd)) |
PR is here #1187 |
Seems that #1187 has been merged, can this issue be closed? |
this creates NA for the aggregated value, but strangely displays a mean and an sd?
The text was updated successfully, but these errors were encountered: