MDL-58992 analytics: add multi-classification to predictors

Adds multi-class capabilities to prediction processors
as well as multi-classification unit tests
This commit is contained in:
Vlad Apetrei
2019-09-09 08:49:56 +08:00
committed by David Monllaó
parent a672f021ea
commit 8cb90066d4
5 changed files with 422 additions and 5 deletions
+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.0.0';
const REQUIRED_PIP_PACKAGE_VERSION = '2.1.0';
/**
* The path to the Python bin.