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:
committed by
David Monllaó
parent
a672f021ea
commit
8cb90066d4
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user