MDL-67040 mlbackend_python: Adapt python ML to small datasets

This commit is contained in:
David Monllaó
2020-01-06 13:41:17 +08:00
parent e45b42cb3f
commit 6429236fcf

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.1';
const REQUIRED_PIP_PACKAGE_VERSION = '2.4.0';
/**
* The python package is installed in a server.