MDL-67622 mlbackend_python: Fix f1score calculation

This commit is contained in:
David Monllaó
2020-01-06 12:54:37 +08:00
parent 4d5849b0e4
commit 74299cd64b
+1 -1
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.