From 6429236fcf7c372d64c33f1736a6d3892e7ee14b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Monlla=C3=B3?= Date: Mon, 6 Jan 2020 13:41:17 +0800 Subject: [PATCH] MDL-67040 mlbackend_python: Adapt python ML to small datasets --- lib/mlbackend/python/classes/processor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mlbackend/python/classes/processor.php b/lib/mlbackend/python/classes/processor.php index fae1db7b757..85d039432cc 100644 --- a/lib/mlbackend/python/classes/processor.php +++ b/lib/mlbackend/python/classes/processor.php @@ -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.