MDL-59265 mlbackend: Splitting up predictor interface in 2
This commit is contained in:
@@ -33,7 +33,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
* @copyright 2016 David Monllao {@link http://www.davidmonllao.com}
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
class processor implements \core_analytics\predictor {
|
||||
class processor implements \core_analytics\classifier, \core_analytics\regressor {
|
||||
|
||||
/**
|
||||
* The required version of the python package that performs all calculations.
|
||||
|
||||
Reference in New Issue
Block a user