Nikolay Braykov
Nikolay Braykov
experiencing the same problem, the class labels of the outputs are sometimes inverted. It was easy to spot since my classes are very imbalanced, but I could have easily overlooked...
Weird... same data, and I get ``` > table(df_pred_temp$PredictedClass) Completed No.Show 129 119 ``` I would have expected to get the result from my previous post, just with inverted labels....
Sure, thanks! I'd already removed `multidplyr` since production code was not using it, but here's the version and package dfs for the `PKI` package which also threw an error ```...