mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-67622 mlbackend_python: Fix f1score calculation
This commit is contained in:
parent
c55402486b
commit
e45b42cb3f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user