MDL-67622 mlbackend_python: Fix f1score calculation

This commit is contained in:
David Monllaó 2020-01-06 12:54:37 +08:00
parent c55402486b
commit e45b42cb3f

View File

@ -38,7 +38,7 @@ class processor implements \core_analytics\classifier, \core_analytics\regresso
/**
* The required version of the python package that performs all calculations.
*/
const REQUIRED_PIP_PACKAGE_VERSION = '2.3.0';
const REQUIRED_PIP_PACKAGE_VERSION = '2.3.1';
/**
* The python package is installed in a server.