php-ml/tests/Phpml/Metric
Yuji Uchiyama 554c86af68 Choose averaging method in classification report (#205)
* Fix testcases of ClassificationReport

* Fix averaging method in ClassificationReport

* Fix divided by zero if labels are empty

* Fix calculation of f1score

* Add averaging methods (not completed)

* Implement weighted average method

* Extract counts to properties

* Fix default to macro average

* Implement micro average method

* Fix style

* Update docs

* Fix styles
2018-01-29 18:06:21 +01:00
..
AccuracyTest.php Update dev dependencies (#187) 2018-01-06 21:25:47 +01:00
ClassificationReportTest.php Choose averaging method in classification report (#205) 2018-01-29 18:06:21 +01:00
ConfusionMatrixTest.php Add PHPStan and level to max (#168) 2018-01-06 13:09:33 +01:00