MDL-59786 analytics: Discard invalid samples

This commit is contained in:
David Monllao 2017-08-21 16:18:02 +02:00
parent b3cfb01316
commit 1a5204a427
4 changed files with 49 additions and 9 deletions

View file

@ -33,7 +33,7 @@ $string['enabledtimesplittings'] = 'Time splitting methods';
$string['erroralreadypredict'] = '{$a} file has already been used to predict';
$string['errorcannotreaddataset'] = 'Dataset file {$a} can not be read';
$string['errorcannotwritedataset'] = 'Dataset file {$a} can not be written';
$string['errorendbeforestart'] = 'The guessed end date ({$a}) is before the course start date.';
$string['errorendbeforestart'] = 'The end date ({$a}) is before the course start date.';
$string['errorinvalidindicator'] = 'Invalid {$a} indicator';
$string['errorinvalidtimesplitting'] = 'Invalid time splitting, please ensure you added the class fully qualified class name';
$string['errornoindicators'] = 'This model does not have any indicator';