-
```
The MatthewsCorrelationCoefficient property of the ConfusionMatrix class seems
to be incorrect. In Accord, the numerator of the fraction is currently:
(truePositives * trueNegatives)
According…
-
```
The MatthewsCorrelationCoefficient property of the ConfusionMatrix class seems
to be incorrect. In Accord, the numerator of the fraction is currently:
(truePositives * trueNegatives)
According…
-
Right now I'm using GridSearchCV to determine the optimal classifier parameters for a binary classification problem. I'm using the Matthews correlation coefficient as the scorer for GridSearchCV. Howe…
-
*Issue migrated from trac ticket # 69*
**milestone:** HeuristicLab 3.3.0 | **component:** StructureIdentification | **priority:** low | **resolution:** done
#### 2008-03-19 10:32:30: @gkronber creat…